menu
fluttery_framework package
documentation
view.dart
WidgetMarginX
marginAll method
marginAll method
dark_mode
light_mode
marginAll
method
Widget
marginAll
(
double
margin
)
Implementation
Widget marginAll(double margin) => Container(margin: EdgeInsets.all(margin), child: this);
fluttery_framework package
documentation
view
WidgetMarginX
marginAll method
WidgetMarginX extension on
Widget