The point at the center of the left edge of this rectangle.
See also Size.centerLeft.
Source
Point get centerLeft => new Point(left, top + height / 2.0);
The point at the center of the left edge of this rectangle.
See also Size.centerLeft.
Point get centerLeft => new Point(left, top + height / 2.0);