Widget xrp({double value}) { return Padding( padding: EdgeInsets.only( right: value, ), child: this, ); }