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