Below are some of the common layout widgets:
Container: This adds margins, borders, padding, background color, or other decorations to a widget.
Row: This lays widgets horizontally.
Column: This lays the widget vertically.
GridView: This lays widgets out in a scrollable grid.
ListView: This lays widgets out in a scrollable list.
Stack: This overlaps one widget on top of another.