PaddingModifers extension

A selection of modifiers on Widget for padding.

on

Methods

padding(double all) Widget
Applies EdgeInsets.all padding on this widget.
paddingInsets(EdgeInsets insets) Widget
Applies padding to this widget using EdgeInsets.
paddingOnly({double left = 0, double right = 0, double top = 0, double bottom = 0}) Widget
Applies EdgeInsets.only padding on this widget.