menu
the_flutter_ui package
documentation
flutter_ui.dart
LayoutX<T extends Widget>
paddingBottom method
paddingBottom method
dark_mode
light_mode
paddingBottom
method
Padding
paddingBottom
(
double
size
)
Implementation
Padding paddingBottom(double size) { return padding(bottom: size); }
the_flutter_ui package
documentation
flutter_ui
LayoutX<T extends Widget>
paddingBottom method
LayoutX extension on T