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