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