标签: flutter
什么是flapp appbar texttheme?我想通过ThemeData管理主题字体颜色,如下所示: 也许是标题5?
appBarTheme: AppBarTheme( color: Colors.black, elevation: 1, iconTheme: IconThemeData(color: Colors.black), textTheme: TextTheme(headline5: TextStyle(color: Colors.white)), ),