bottomLeft property
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);
The offset to the intersection of the bottom and left edges of this rectangle.
See also Size.bottomLeft.
Offset get bottomLeft => Offset(left, bottom);