point property Null safety

Point<num> point
read / write

The top-left coordinates of the rectangle containing the entire face.

Implementation

Point point = const Point(0, 0);