Creates a SizedBox with the given width and height.
width
height
const SizedBox({super.key, this.width = 0, this.height = 0, super.child});