Widget withHorizontalPadding(double value) => Padding( padding: EdgeInsets.symmetric(horizontal: value), child: this);