beginArc property

MaterialPointArcTween beginArc

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;
}