menu
orkitt package
documentation
ui.dart
ContainerDSL
marginAll method
marginAll method
dark_mode
light_mode
marginAll
method
Container
marginAll
(
double
value
)
Implementation
Container marginAll(double value) => copyWith(margin: EdgeInsets.all(value));
orkitt package
documentation
ui
ContainerDSL
marginAll method
ContainerDSL extension on
Container