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