centerLeft property

Offset centerLeft

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);