bottom property
int
get
bottom
The vertical coordinate of the bottom edge of the rectangle.
Equivalent to y + height
.
Implementation
int get bottom => y + height;
The vertical coordinate of the bottom edge of the rectangle.
Equivalent to y + height
.
int get bottom => y + height;