In Flutter, we can create a layout by composing multiple widgets to build more complex widgets. Flutter layouts can be divided in two groups:
1) Single child layout widget
The layout widget has only one widget as a child widget. Some of the single child widgets provided by flutter are:
2) Multiple child layout widget
It has multiple child widgets. Some of the multiple child widgets are: