Equal padding on top and bottom.
Widget paddingVertical(double space) => Padding(padding: EdgeInsets.symmetric(vertical: space), child: this);