You are on page 1of 2

Different Types of Widgets

Output & Input (Visible) Layout & Control (Invisible)

RaisedButton(), Text(), Card(), … Row(), Column(), ListView(), …

Container()

Give your app structure and control


Drawn onto the screen: “What the
how visible widgets are drawn onto
user sees”
the screen (incirectly visible)
Visible vs Invisible Widgets
Column

Invisble

Button
Visible

Text

Row
Text
Row

Column Column Column

You might also like