bottom property
double
get
bottom
Gets the bottom edge y-coordinate (computed property)
Implementation
double get bottom => y + height;
Gets the bottom edge y-coordinate (computed property)
double get bottom => y + height;