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

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

5. SQL Injection - Blind SQL Injection

4. C# - List