bottomLeft property

Offset bottomLeft

The offset to the intersection of the bottom and left edges of this rectangle.

See also Size.bottomLeft.

Implementation

Offset get bottomLeft => Offset(left, bottom);