在Ios 中 列表滚动条向下滚动一段距离后 会导致 AppBar 颜色改变?
可以给 AppBar 或者 AppBarTheme。 scrolledUnderElevation: 0.0 属性
全局:
MaterialApp(
theme: ThemeData(
appBarTheme: AppBarTheme(scrolledUnderElevation: 0.0)
)
)
局部:
AppBar(
scrolledUnderElevation: 0.0
)
效果:?
滚动前 | 滚动后 |
x
ke z