bottom property

int get bottom

Vertical coordinate of the bottom side of this rectangle

Implementation

int get bottom => math.max(y, y + height);