โ† Map
Widget City ยท Level 2
Learn Flutter

Everything is a widget

Flutter UIs are trees. A Column holds children stacked vertically, a Row horizontally, a Container wraps one child.
Pick a parent in the tree, then add a widget. Watch the preview.
Widget tree
Live preview
Container
empty
Generated Dart
Container(
  child: null,
)
โ† Dart IslandState Kingdom โ†’