topRight property

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