bottomCenter property
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);
The offset to the center of the bottom edge of this rectangle.
See also Size.bottomCenter.
Offset get bottomCenter => Offset(left + width / 2.0, bottom);