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