12. Flutter - Expanded Widgets

 Expanded widgets are widgets that expands to take up the whole space the is available.


Widget:

Expanded()


Properties:

flex: NUMBER,

// ranking of the expanded widget. the higher the number, the more portion of the space they take over other expanded widgets.



Comments

Popular posts from this blog

2. FreeCodeCamp - Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

20. Data Analytics - Analyze Data to Answer Questions - Week 1

3. Algorithms - Selection Sort