Text shows words and labels. Icon shows visual symbols from Flutter's Material icon library. Together, they make your app readable, clear, and visually communicative. Complete all 6 mini-games to unlock the Widget Builder.
Quick reference
Text widget
Text('Hello Flutter')
Displays a string. Use TextStyle for font, size, and color.
Icon widget
Icon(Icons.star)
Renders a Material icon. Pass any Icons.* value.
Progress
0 / 6 mini-games solved
Stage 1
Word Finder
Identify the widget that shows text on screen.
Welcome back
Which widget would you use to display the sentence 'Welcome back' on the screen?