use*_*442 12
我相信你可以使用FittedBox同Expanded:
new Expanded(
child: new FittedBox(
fit: BoxFit.fill,
child: new Icon(Icons.home),
),
),
Run Code Online (Sandbox Code Playgroud)
请注意,该文档Expanded已被包裹在一个Column,Row或Flex小部件.
参考文献:
| 归档时间: |
|
| 查看次数: |
6322 次 |
| 最近记录: |