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
Post a Comment