bottom property

int get bottom

The y-coordinate of the bottom edge of the rectangle.

Implementation

int get bottom => top + height;