menu
xui package
documentation
component/ui/extension/widget/ext_space.dart
ExtSpace
marginAll method
marginAll method
dark_mode
light_mode
marginAll
method
Container
marginAll
(
double
margin
)
Implementation
Container marginAll(double margin) => Container(margin: EdgeInsets.all(margin), child: this);
xui package
documentation
component/ui/extension/widget/ext_space
ExtSpace
marginAll method
ExtSpace extension on
Widget