bottom property - Rectangle class - dart:math library (original) (raw)

description

T getbottom

inherited

The y-coordinate of the bottom edge.

Implementation

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