Column & Row Widgets in Flutter
Columns :
In Flutter,
A Column widget is a layout widget that allows you to arrange other widgets vertically in a top-down manner. It is a useful widget when you want to create a list of items, or when you need to stack multiple widgets on top of ea...
arsalanmalik.hashnode.dev3 min read