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