menu
flutter_androssy package
documentation
views/view/view.dart
ViewController
setMarginBottom method
setMarginBottom method
dark_mode
light_mode
setMarginBottom
method
void
setMarginBottom
(
double
?
value
)
Implementation
void setMarginBottom(double? value) { onNotifyWithCallback(() => marginBottom = value); }
flutter_androssy package
documentation
views/view/view
ViewController
setMarginBottom method
ViewController class