toolbarTextStyle property
Overrides the default value of the obsolete AppBar.toolbarTextStyle property in all descendant AppBar widgets.
See also:
- titleTextStyle, which overrides the default of AppBar.titleTextStyle in all descendant AppBar widgets.
Implementation
TextStyle? get toolbarTextStyle => _data != null ? _data.toolbarTextStyle : _toolbarTextStyle;