titleTextStyle property

TextStyle? titleTextStyle
final

Style for the text in the title of this SimpleDialog.

If null, DialogTheme.titleTextStyle is used. If that's null, defaults to TextTheme.titleLarge of ThemeData.textTheme.

Implementation

final TextStyle? titleTextStyle;