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