The Column widget is used to create a vertical layout. It is one of the most used widgets.

For a column the Main Axis and the Cross Axis are two important column properties.
The Main Axis runs vertically, and the Cross Axis runs horizontally. By default, all the children inside the column will be arranged in a vertical fashion.
The Main Axis for a Column Widget is the vertical axis, so adjusting this will change how the child widgets are vertically distributed in the column.
You can adjust the main axis alignment using the following options:





Adjust the Cross Axis Alignment
The Cross Axis for a Column Widget is the horizontal axis, so adjusting this will change how the child widgets are horizontally distributed in the column.
You can adjust the cross axis alignment using the following options:



