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