centerLeft property

IntOffset get centerLeft

The center-left point of the rectangle.

Implementation

IntOffset get centerLeft => IntOffset(left, top + (height ~/ 2));