Widget xhp({double value}) { return Padding( padding: EdgeInsets.symmetric(horizontal: value), child: this, ); }