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