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