right property
double
get
right
Gets the right edge x-coordinate (computed property)
Implementation
double get right => x + width;
Gets the right edge x-coordinate (computed property)
double get right => x + width;