menu
vector_graphics_compiler_plus package
documentation
vector_graphics_compiler.dart
CubicToCommand
endPoint property
endPoint property
dark_mode
light_mode
endPoint
property
Point
get
endPoint
A
Point
representation of
x3
,
y3
, the end point of the curve.
Implementation
Point get endPoint => Point(x3, y3);
vector_graphics_compiler_plus package
documentation
vector_graphics_compiler
CubicToCommand
endPoint property
CubicToCommand class