Used to determine the vertical offset
Widget sizeVer(double height) { return SizedBox( height: height, ); }