menu
ella package
documentation
math/Rect.dart
Rect
getBottom method
getBottom method
dark_mode
light_mode
getBottom
method
double
getBottom
(
)
Returns bottom computeed value.
Implementation
double getBottom() { return top + height; }
ella package
documentation
math/Rect
Rect
getBottom method
Rect class