标签: android flutter dart appbar
我正在使用 AdaptiveTheme 为应用添加深色和浅色模式
但是我在两种模式之间切换时遇到了这个问题,即 Content-Length 的标题始终保持白色。
Content-Length
注意:我通过直接传递颜色解决了这个问题 Theme 和我预计这种方法是不切实际的,因为 应用程序有很多页面,我希望它像这样自动完成:AppBar
AppBar
main.dart
color : Theme.of(context).textTheme.bodyText2.color