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