contentTextStyle property
final
Style for the text in the children of this SimpleDialog.
If null, DialogThemeData.contentTextStyle is used. If that is also null, defaults to TextTheme.titleMedium for Material 2, or TextTheme.bodyMedium for Material 3.
Implementation
final TextStyle? contentTextStyle;