Appbar字体内使用的textTheme是什么?

时间:2020-06-03 12:57:06

标签: 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)),
),

0 个答案:

没有答案