bottom property

double get bottom

The bottom edge coordinate (calculated as top + height).

Implementation

double get bottom => top + height;