topRight property

Offset topRight

The top-right corner of this rectangle.

Implementation

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