Wraps this widget with equal padding on all sides.
Padding paddingAll(double value) { return paddingCustom(EdgeInsets.all(value)); }