vectorPathCommandCubicBezierCurve property
A cubic Bézier curve to a given point
Implementation
VectorPathCommandCubicBezierCurve? get vectorPathCommandCubicBezierCurve {
if (this is VectorPathCommandCubicBezierCurve) {
return this as VectorPathCommandCubicBezierCurve;
}
return null;
}