topRight property

Offset topRight

An Offset describing the vector from the top right of a rectangle to the top right of that rectangle inset by this object.

Implementation

Offset get topRight => Offset(-right, top);