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