titleTextStyle property

TextStyle? titleTextStyle
final

The text style to apply to the title text.

If null, the default style will be used which applies Theme.of(context).textTheme.headlineSmall with bold weight and black color.

Implementation

final TextStyle? titleTextStyle;