titleTextStyle property

TextStyle? titleTextStyle
final

The style to use for title text.

If null, the style will be set to TextStyle(fontSize: 17)

Implementation

final TextStyle? titleTextStyle;