right property

int get right

The horizontal coordinate of the right edge of the rectangle.

Equivalent to x + width.

Implementation

int get right => x + width;