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