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