bottom property Null safety

num bottom

The y-coordinate of the bottom edge.

Implementation

num get bottom => top + height;