You can do it in several ways:
Read moreWhat is the use of column in Flutter?
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 more