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