beginArc property
MaterialPointArcTween?
get
beginArc
Implementation
MaterialPointArcTween? get beginArc {
if (begin == null) {
return null;
}
if (_dirty) {
_initialize();
}
return _beginArc;
}