bottomLeft property
Offset
get
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);