bottom property

int bottom

The bottom edge of this rectangle on the y-axis.

Implementation

int get bottom => y + height;