menu
fl_polygon package
documentation
flutter_polygon.dart
Point
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Point
copyWith
(
double
x
,
double
y
)
Implementation
Point copyWith(double x, double y) { return Point( X: x, Y: y, ); }
fl_polygon package
documentation
flutter_polygon
Point
copyWith method
Point class