bottom property Null safety

T bottom
inherited

The y-coordinate of the bottom edge.

Implementation

T get bottom => (top + height) as T;