bottomLeft property

Offset bottomLeft

An Offset describing the vector from the bottom left of a rectangle to the bottom left of that rectangle inset by this object.

Implementation

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