menu
ella package
documentation
math/Rect.dart
Rect
setBottom method
setBottom method
dark_mode
light_mode
setBottom
method
void
setBottom
(
double
value
)
Sets bottom
Implementation
void setBottom(double value) { top = value - height; }
ella package
documentation
math/Rect
Rect
setBottom method
Rect class