An Offset describing the vector from the bottom right of a rectangle to the bottom right of that rectangle inset by this object.
Source
Offset get bottomRight => new Offset(-right, -bottom);
An Offset describing the vector from the bottom right of a rectangle to the bottom right of that rectangle inset by this object.
Offset get bottomRight => new Offset(-right, -bottom);