menu
flutterware package
documentation
drawing.dart
CubicTo
CubicTo const constructor
CubicTo const constructor
dark_mode
light_mode
CubicTo
constructor
const
CubicTo
(
double
x1
,
double
y1
,
double
x2
,
double
y2
,
double
x3
,
double
y3
,
)
Implementation
const CubicTo(this.x1, this.y1, this.x2, this.y2, this.x3, this.y3);
flutterware package
documentation
drawing
CubicTo
CubicTo const constructor
CubicTo class