bottom property
double
get
bottom
The bottom edge coordinate (calculated as top + height).
Implementation
double get bottom => top + height;
The bottom edge coordinate (calculated as top + height).
double get bottom => top + height;