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