Widget padSliverHorizontal(double value) => SliverPadding( padding: EdgeInsets.symmetric(horizontal: value), sliver: this, );