beginArc property
The path of the corresponding begin, end rectangle corners that lead the animation.
Implementation
MaterialPointArcTween get beginArc {
if (begin == null)
return null;
if (_dirty)
_initialize();
return _beginArc;
}
The path of the corresponding begin, end rectangle corners that lead the animation.
MaterialPointArcTween get beginArc {
if (begin == null)
return null;
if (_dirty)
_initialize();
return _beginArc;
}