VectorPathCommandCubicBezierCurve constructor
VectorPathCommandCubicBezierCurve({})
Implementation
VectorPathCommandCubicBezierCurve({
super.extra,
super.client_id,
this.start_control_point,
this.end_control_point,
this.end_point,
});