Wraps this widget with vertical padding (top and bottom).
Padding paddingVertical(double value) { return paddingCustom(EdgeInsets.symmetric(vertical: value)); }