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