Flutter concept of Row, Column and others

Flutter concept of Row, Column, and others

Row:-


When you need the element to be placed side by side in a horizontal (left/right) manner then you need to use the "Row"

Flutter Row


Column:-


When you require an element or widget one after another likely vertical(up/down) manner then you need to use the Column.
The Column widget does not scroll. If you have a line of widgets and want them to be able to scroll if there is insufficient room, consider using a ListView.



this is the most simple way to remember the basics of row and column.

Column


Containers: 

If you are a web developer or you know the basics of web development or have any basic knowledge of HTML, containers will sound quite familiar to divs.

Container


Stacks: 

If there are views overlapping other views, use Stacks.


Happy Fluttering πŸ‘¨πŸ»‍πŸ’».

Popular posts from this blog

Why You Should Learn Flutter App Development in 2020

Flutter App Example | Flutter Tutorial | For Flutter Developer