cardShadow method

Color cardShadow({
  1. String? v,
})

Implementation

Color cardShadow({String? v}) => _getColorFromMap(_cardShadow, v);