Widget xrbp({double r, double b}) { return Padding( padding: EdgeInsets.only(right: r, bottom: b), child: this, ); }