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