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