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