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