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