Vertical padding
Widget vp(double padding) { return Padding( padding: EdgeInsets.symmetric(vertical: padding), child: this, ); }