iconColor property

Color? get iconColor

Used to configure the IconTheme for the AlertDialog.icon widget.

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

Implementation

Color? get iconColor => _data != null ? _data.iconColor : _iconColor;