shadowColor property
Overrides the default value for Dialog.shadowColor.
This property is obsolete and will be deprecated in a future release: please use the DialogThemeData.shadowColor property in data instead.
Implementation
Color? get shadowColor => _data != null ? _data.shadowColor : _shadowColor;