menu
geometry_kit
geometry_kit.dart
Line
points property
points
dark_mode
light_mode
points
property
List
<
Point
>
get
points
Get list of points
Implementation
List<Point> get points => [a, b];
geometry_kit
geometry_kit
Line
points property
Line class