menu
stroke_morph_icons package
documentation
tabler.dart
CubicPath
segCount property
segCount property
dark_mode
light_mode
segCount
property
int
get
segCount
Number of cubic segments.
Implementation
int get segCount => (pts.length ~/ 2 - 1) ~/ 3;
stroke_morph_icons package
documentation
tabler
CubicPath
segCount property
CubicPath class