bottomLeft property

IntOffset get bottomLeft

The bottom-left corner of the rectangle.

Implementation

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