Basic widgets
Widgets you absolutely need to know before building your first Flutter app.
See more widgets in the widget catalog.
A convenience widget that combines common painting, positioning, and sizing widgets.
DocumentationLayout a list of child widgets in the horizontal direction.
DocumentationLayout a list of child widgets in the vertical direction.
DocumentationA widget that displays an image.
Documentation AbcA run of text with a single style.
Documentation![](https://imgs.xnip.cn/cj/docimg/146/89b39c4d-de21-495d-9531-131c74327006.png)
A Material Design icon.
Documentation![](https://imgs.xnip.cn/cj/docimg/146/52d3e0a3-7c05-4b75-9932-1e10251f8558.png)
A Material Design raised button. A raised button consists of a rectangular piece of material that hovers over the interface.
Documentation![](https://imgs.xnip.cn/cj/docimg/146/876598da-1867-4b41-bd33-df397a54e91f.png)
Implements the basic Material Design visual layout structure. This class provides APIs for showing drawers, snack bars, and bottom sheets.
Documentation![](https://imgs.xnip.cn/cj/docimg/146/278a3334-41bb-4209-a509-4d67d6d22aca.png)
A Material Design app bar. An app bar consists of a toolbar and potentially other widgets, such as a TabBar and a FlexibleSpaceBar.
Documentation![](https://imgs.xnip.cn/cj/docimg/146/329d8266-8f7b-4fb1-8b81-c1e91a016357.png)
The Flutter logo, in widget form. This widget respects the IconTheme.
Documentation![](https://imgs.xnip.cn/cj/docimg/146/229c230e-9180-478f-904f-e6ec892d467f.png)
A widget that draws a box that represents where other widgets will one day be added.
DocumentationSee more widgets in the widget catalog.