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 TextTheme.titleMedium of ThemeData.textTheme.

Implementation

final TextStyle? contentTextStyle;