This tutorial shows you how to use Column widget 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.