center property

Point center

The center point of this dimension.

Implementation

Point get center => Point(width ~/ 2, height ~/ 2);