/column_row_challenge

Designing a layout using Column,Row and Container in Flutter

Primary LanguageDart

This project demonstrates the use of column,row and container for designing the following layout :

Layout-Challenge-Specs

Column and Row are multi child layout widget in flutter whereas Container is a single child layout widget.

Column arranges the children vertically and Row arranges the childern horizontally.