topRight property

IntOffset get topRight

The top-right corner of the rectangle.

Implementation

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