titleTextStyle property Null safety

TextStyle? titleTextStyle
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:

Implementation

final TextStyle? titleTextStyle;