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