Widget xrtp({double r, double t}) { return Padding( padding: EdgeInsets.only(top: t, right: r), child: this, ); }