menu
pro_image_editor package
documentation
plugins/image/src/util/point.dart
Point
Point.new constructor
Point.new constructor
dark_mode
light_mode
Point
constructor
Point
(
[
num
x
=
0
,
num
y
=
0
])
Implementation
Point([
this
.x =
0
,
this
.y =
0
]);
pro_image_editor package
documentation
plugins/image/src/util/point
Point
Point.new constructor
Point class
Constructors
new
from
Properties
hashCode
runtimeType
x
xi
y
yi
Methods
noSuchMethod
toString
Operators
operator *
operator +
operator ==