toolbarTextStyle property

TextStyle? get toolbarTextStyle

Overrides the default value of the obsolete AppBar.toolbarTextStyle property in all descendant AppBar widgets.

See also:

Implementation

TextStyle? get toolbarTextStyle => _data != null ? _data.toolbarTextStyle : _toolbarTextStyle;