在flutter中列表滚动条向下滚动一段距离后 会导致 AppBar 颜色改变

可以给 AppBar 或者 AppBarTheme。 scrolledUnderElevation: 0.0 属性

全局:

MaterialApp(
    theme: ThemeData(
        appBarTheme: AppBarTheme(scrolledUnderElevation: 0.0)
    )
)
````

**局部:**

AppBar(

scrolledUnderElevation: 0.0

)

最后修改:2024 年 05 月 03 日
如果觉得我的文章对你有用,请随意赞赏