titleTextStyle property

TextStyle? get titleTextStyle

Overrides the default value for DefaultTextStyle for SimpleDialog.title and AlertDialog.title.

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

Implementation

TextStyle? get titleTextStyle => _data != null ? _data.titleTextStyle : _titleTextStyle;