topRight property

Offset topRight

The offset to the intersection of the top and right edges of this rectangle.

See also Size.topRight.

Implementation

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