titleTextStyle property

TextStyle? titleTextStyle
final

Style for the text in the title of this AlertDialog.

If null, DialogTheme.titleTextStyle is used, if that's null, defaults to ThemeData.textTheme.title.

Implementation

final TextStyle? titleTextStyle;