[Flutter] How to use Column and Row to design layout
Last Updated on 2021-03-16 by Clay
Introduction
There are various widget components in Flutter, such as Container, Center, Column, Row ... etc. Since I recently studied how to fit the multiple components together for placement, today I will first record how to use Column and Row to design your layout.
Read More »[Flutter] How to use Column and Row to design layout