menu
incomme_flutter_commerce package
documentation
incomme_plugin.dart
WidgetPaddingX
paddingAll method
paddingAll method
dark_mode
light_mode
paddingAll
method
Widget
paddingAll
(
double
padding
)
Implementation
Widget paddingAll(double padding) => Padding(padding: EdgeInsets.all(padding), child: this);
incomme_flutter_commerce package
documentation
incomme_plugin
WidgetPaddingX
paddingAll method
WidgetPaddingX extension on
Widget