textTheme property

TextTheme? textTheme
final

The typographic styles to use for text in the app bar. Typically this is set along with brightness backgroundColor, iconTheme.

If this property is null, then ThemeData.appBarTheme.textTheme is used, if that is also null, then ThemeData.primaryTextTheme is used.

Implementation

final TextTheme? textTheme;