menu
the_flutter_ui package
documentation
flutter_ui.dart
LayoutX<T extends Widget>
marginTop method
marginTop method
dark_mode
light_mode
marginTop
method
Container
marginTop
(
double
size
)
Implementation
Container marginTop(double size) { return margin(top: size); }
the_flutter_ui package
documentation
flutter_ui
LayoutX<T extends Widget>
marginTop method
LayoutX extension on T