video_player
dart:math
Point
const constructor Point
Point
class Point
Constructors
Point
Properties
hashCode
magnitude
x
y
runtimeType
Methods
distanceTo
squaredDistanceTo
toString
noSuchMethod
Operators
operator *
operator +
operator -
operator ==
const
Point
(
T
x
,
T
y
)
Source
const Point(T x, T y) : this.x = x, this.y = y;
constructor Point