bottom property

num get bottom

The y-coordinate of the bottom edge of the rectangle. Calculated as top + height.

Implementation

num get bottom => top + height;