bottomCenter property

IntOffset get bottomCenter

The bottom-center point of the rectangle.

Implementation

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