menu
Dart
dart:math
Point
<
T extends num
>
Point const constructor
Point
brightness_4
brightness_5
description
Point<
T extends num
>
constructor
const
Point<
T extends num
>
(
T
x
,
T
y
)
Creates a point with the provided
x
and
y
coordinates.
Implementation
const Point
Dart
dart:math
Point
<
T extends num
>
Point const constructor
Point class