13. Flutter - SizedBox Widget

 An empty spacer widget that provides space between widgets.


Widget:

SizedBox()


Properties:

height: FLOAT,

widgth: FLOAT,

Comments