The point at the center of the bottom edge of this rectangle.
See also Size.bottomLeft.
Source
Point get bottomCenter => new Point(left + width / 2.0, bottom);
The point at the center of the bottom edge of this rectangle.
See also Size.bottomLeft.
Point get bottomCenter => new Point(left + width / 2.0, bottom);