shadowColor method

VxCard shadowColor(
  1. Color val
)

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

VxCard shadowColor(Color val) => this.._shadowColor = val;