bottomCenter property

IntOffset get bottomCenter

The bottom-center point of the rectangle.

Implementation

IntOffset get bottomCenter => IntOffset(left + (width ~/ 2), bottom);