All padding
Widget ap(double padding) { return Padding( padding: EdgeInsets.all(padding), child: this, ); }