menu
ones package
documentation
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); }
ones package
documentation
ui
LayoutX<T extends Widget>
marginRight method
LayoutX extension on T