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