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