bottomCenter property

Offset bottomCenter

The offset to the center of the bottom edge of this rectangle.

See also Size.bottomLeft.

Implementation

Offset get bottomCenter => Offset(left + width / 2.0, bottom);