contentTextStyle property

TextStyle? get contentTextStyle

Overrides the default value for DefaultTextStyle for SimpleDialog.children and AlertDialog.content.

This property is obsolete and will be deprecated in a future release: please use the DialogThemeData.contentTextStyle property in data instead.

Implementation

TextStyle? get contentTextStyle => _data != null ? _data.contentTextStyle : _contentTextStyle;