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