right property

double get right

The right edge coordinate (calculated as left + width).

Implementation

double get right => left + width;