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