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

Implementation

final TextStyle? contentTextStyle;