Column is a widget that displays its children in a vertical array . If you want to define several widgets rendered in a vertical column according to their order, the Column widget is suitable for that purpose.
Read moreHow do you add a row to a column in Flutter?
You can do it in several ways:
Read more