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