答案 0 :(得分:1)
您可以将Column
与Expanded
组合使用
Column(
children: [
Text('Top'),
Expanded(child: Container(color: Colors.red)),
Text('bottom'),
],
)
答案 1 :(得分:0)
我不太了解您想要什么,但是如果您想要显示数据,无论您想要显示什么数据大小
return SingleChildScrollView(
child: YourGrowAbleWidgetHere()
),
可滚动