基本组件
文字
- Text
图片
- Icon
- Image
- FadeInImage
在加载目标图像时显示占位符图像的图像,然后在加载时淡入新图像
按钮
- IconButton
- RaisedButton
- FlatButton
- OutlineButton
- MaterialButton
- FloatActionButton
容器
单容器
- Container
基础容器,可绘制、定位、调整大小
padding://与子项的边距
margin: //与父项的边距 - Padding
给子项添加指定的填充,自身大小根据子项调整 - Center
将子项 居中显示 - FittedBox
按自己的大小调整子项的大小和位置,子项大小根据FittedBox调整 - Expanded
用于Row,Column或Flex 的子项,以便子项填充可用空间。 - Positioned
用于控制 Stack 子项的位置
多容器
- Row
水平方向排列子项 - Column
垂直方向排列子项 - Wrap
堆叠显示子项 - Stack
多行显示子项