-
Notifications
You must be signed in to change notification settings - Fork 0
Expected behavior
Vito edited this page Jan 12, 2019
·
1 revision
... { "name": "Row", "description": "Layout a list of child widgets in the horizontal direction.", "categories": [ "Basics" ], "subcategories": [ "Multi-child layout widgets" ], "link": "https://docs.flutter.io/flutter/widgets/Row-class.html", "image": "<svg viewBox='0 0 100 100'><rect x='0' y='0' width='100' height='100' fill='#3949ab'/><rect x='10' y='30' width='80' height='40' fill='#ffffff'/><rect x='15' y='40' width='20' height='20' fill='#4dd0e1'/><rect x='40' y='35' width='30' height='30' fill='#4dd0e1'/></svg>" }, ...
Row (Widget)
Layout a list of child widgets in the horizontal direction.
#Basics