SizedBox Widget is a kind of box with a fixed size that directs itโs child to also have that size
It can be used to set size constraints to the child widget, put an empty SizedBox between the two widgets to get some space in between, or something else.