bottomRight property

Offset bottomRight

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);