bottom property
int
get
bottom
The y-coordinate of the bottom edge of the rectangle.
Implementation
int get bottom => top + height;
The y-coordinate of the bottom edge of the rectangle.
int get bottom => top + height;