Padding paddingVertical(double value, {Key? key}) => Padding( key: key, padding: EdgeInsets.symmetric(vertical: value), child: this, );