bottomCenter property
IntOffset
get
bottomCenter
The bottom-center point of the rectangle.
Implementation
IntOffset get bottomCenter =>
IntOffset(left + (width ~/ _centerDivisor), bottom);
The bottom-center point of the rectangle.
IntOffset get bottomCenter =>
IntOffset(left + (width ~/ _centerDivisor), bottom);