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