topRight property
IntOffset
get
topRight
The top-right corner of the rectangle.
Implementation
IntOffset get topRight => IntOffset(right, top);
The top-right corner of the rectangle.
IntOffset get topRight => IntOffset(right, top);