Material Components Widgets
实现了Material Design 指南的视觉、效果、motion-rich的widget。
了解更多的widget请参考Flutter widget 目录。
App结构和导航
按钮
-
FloatingActionButton
一个圆形图标按钮,它悬停在内容之上,以展示应用程序中的主要动作。FloatingActionButton通常用于Scaffold.floatingActionButton字段。
输入框和选择框
对话框、Alert、Panel
-
ExpansionPanel
Expansion panels contain creation flows and allow lightweight editing of an element. The ExpansionPanel widget implements this component.
信息展示
布局
了解更多的widget请参考 Flutter widget 目录.