bottom property - Rectangle class - dart:math library (original) (raw)
T getbottom
inherited
The y-coordinate of the bottom edge.
Implementation
T get bottom => (top + height) as T;
T getbottom
inherited
The y-coordinate of the bottom edge.
T get bottom => (top + height) as T;