right property
The x-coordinate of the right edge of the rectangle.
Calculated as left + width
.
Implementation
num get right => left + width;
The x-coordinate of the right edge of the rectangle.
Calculated as left + width
.
num get right => left + width;