menu
hand_signature package
documentation
signature.dart
CubicPath
lines property
lines property
dark_mode
light_mode
lines
property
List
<
CubicLine
>
get
lines
Returns
CubicLine
representation of path.
Implementation
List<CubicLine> get lines => _lines;
hand_signature package
documentation
signature
CubicPath
lines property
CubicPath class