bottomLeft property

Offset bottomLeft

The bottom-left corner of this rectangle.

Implementation

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