Wraps this widget with padding only on the bottom.
Padding paddingBottom(double value) { return Padding(padding: EdgeInsets.only(bottom: value), child: this); }