right property
double
get
right
The right edge coordinate (calculated as left + width).
Implementation
double get right => left + width;
The right edge coordinate (calculated as left + width).
double get right => left + width;