Returns a SizedBox with a scaled height.
height
static Widget verticalSpace(double size) => SizedBox(height: _scale(size));