contentTextStyle property

TextStyle? contentTextStyle
final

Style for the text in the content of this Alertmodal.

If null, defaults to TextTheme.titleMedium of ThemeData.textTheme.

Implementation

final TextStyle? contentTextStyle;