titleTextStyle property Null safety
final
Overrides the default value of AppBar.titleTextStyle property in all descendant AppBar widgets.
If this property is specified, then backwardsCompatibility should be false (the default).
See also:
- toolbarTextStyle, which overrides the default of AppBar.toolbarTextStyle in all descendant AppBar widgets.
Implementation
final TextStyle? titleTextStyle;