【发布时间】:2021-11-19 10:28:47
【问题描述】:
使用 appBarTheme 时,headline6 升级版标题不可见。
appBarTheme: Theme.of(context).appBarTheme.copyWith(
color: AppStyles.naturalBlackColor,
brightness: Brightness.light,
elevation: 0,
textTheme: TextTheme(
headline6: TextStyle(
color: AppStyles.naturalBlackColor,
fontSize: 14,
fontWeight: FontWeight.w400)),
);
【问题讨论】:
标签: flutter dart themes title appbar