Returns a SizedBox with the specified height
static SizedBox vertical(double height) => SizedBox(height: height);