contentTextStyle property

TextStyle? contentTextStyle
final

Style for the text in the content of this AlertDialog.

If null, DialogTheme.contentTextStyle is used, if that's null, defaults to ThemeData.textTheme.subhead.

Implementation

final TextStyle? contentTextStyle;