【发布时间】:2018-08-30 21:24:22
【问题描述】:
我刚刚添加了一个 ListView 作为Scaffold > Stack 的子视图,它的顶部似乎有 SafeArea。列不存在这个问题。有什么办法可以去掉吗?
Container(
color: Colors.grey[100],
child: ListView(
children: <Widget>[
Image(
image: snapshot.data.hero,
height: 300.0,
fit: BoxFit.cover,
),
],
),
),
【问题讨论】:
标签: flutter