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 TextTheme.headlineSmall of ThemeData.textTheme if ThemeData.useMaterial3 is true, TextTheme.titleLarge otherwise.

Implementation

final TextStyle? titleTextStyle;