Returns a SizedBox with both width and height
static Widget box({double? width, double? height}) => SizedBox(width: width, height: height);