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