menu
flutter_easy package
documentation
flutter_easy.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);
flutter_easy package
documentation
flutter_easy
WidgetMarginX
marginAll method
WidgetMarginX extension on
Widget