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