bottomLeft property

Offset bottomLeft

BottomLeft point of the widget.

Implementation

Offset get bottomLeft => topLeft + Offset(0, height);