Padding on bottom only.
Widget paddingBottom(double space) => Padding(padding: EdgeInsets.only(bottom: space), child: this);