bottomLeft property
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);
An Offset describing the vector from the bottom left of a rectangle to the bottom left of that rectangle inset by this object.
Offset get bottomLeft => Offset(left, -bottom);