Returns a SizedBox with the specified width
static Widget horizontal(double width) => SizedBox(width: width);