bottomCenter property
Offset
get
bottomCenter
The offset to the center of the bottom edge of this rectangle.
See also Size.bottomCenter.
Implementation
Offset get bottomCenter => Offset(left + width / 2.0, bottom);