shadowColor property
final
The color to paint the shadow below the card.
If null then the ambient CardTheme's shadowColor is used. If that's null too, then the overall theme's ThemeData.shadowColor (default black) is used.
Implementation
final Color? shadowColor;