bottomRight property

IntOffset get bottomRight

The bottom-right corner of the rectangle.

Implementation

IntOffset get bottomRight => IntOffset(right, bottom);