titleTextStyle property Null safety
final
Style for the text in the title of this AlertDialog.
If null, DialogTheme.titleTextStyle is used. If that's null, defaults to TextTheme.titleLarge of ThemeData.textTheme.
Implementation
final TextStyle? titleTextStyle;