Adds padding to widget
Widget paddingAll(double value) => Padding( padding: EdgeInsets.all(value), child: this, );