What is Flutter Layout System?
Flutter uses a constraint-based layout system.
Each widget tells its parent how big it wants to be, and the parent gives constraints in return.
Common Layout Widgets:
-
Container -
Row -
Column -
Expanded -
Flexible -
Stack -
Wrap
Comments
Post a Comment