center property
Point
get
center
The center point
of this dimension.
Implementation
Point get center => Point(width ~/ 2, height ~/ 2);
The center point
of this dimension.
Point get center => Point(width ~/ 2, height ~/ 2);