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