menu
fl_extended package
documentation
fl_extended.dart
ExtensionWidget
marginAll method
marginAll method
dark_mode
light_mode
marginAll
method
Widget
marginAll
(
double
margin
)
Implementation
Widget marginAll(double margin) => Padding(padding: EdgeInsets.all(margin), child: this);
fl_extended package
documentation
fl_extended
ExtensionWidget
marginAll method
ExtensionWidget extension on
Widget