menu
flutter_drawing_board package
documentation
path_steps.dart
RelativeCubicTo
RelativeCubicTo constructor
RelativeCubicTo constructor
dark_mode
light_mode
RelativeCubicTo
constructor
RelativeCubicTo
(
double
x1
,
double
y1
,
double
x2
,
double
y2
,
double
x3
,
double
y3
,
)
Implementation
RelativeCubicTo(this.x1, this.y1, this.x2, this.y2, this.x3, this.y3);
flutter_drawing_board package
documentation
path_steps
RelativeCubicTo
RelativeCubicTo constructor
RelativeCubicTo class