Adds equal padding on all sides.
Widget paddingAll(double value) { return Padding( padding: EdgeInsets.all(value), child: this, ); }