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