Equal padding on all sides.
Widget paddingAll(double space) => Padding(padding: EdgeInsets.all(space), child: this);