right property
double
get
right
Right edge of the bounding box (x-coordinate of bottom-right corner).
Implementation
double get right => bottomRight.x;
Right edge of the bounding box (x-coordinate of bottom-right corner).
double get right => bottomRight.x;