Right padding
Widget rp(double padding) { return Padding( padding: EdgeInsets.only(right: padding), child: this, ); }