menu
pro_image_editor package
documentation
plugins/image/src/util/point.dart
Point
Point.from constructor
Point.from constructor
dark_mode
light_mode
Point.from
constructor
Point.from
(
Point
other
)
Implementation
Point.from(Point other) : x = other.x, y = other.y;
pro_image_editor package
documentation
plugins/image/src/util/point
Point
Point.from constructor
Point class