card method

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

Implementation

Color card({String? v}) => _getColorFromMap(_card, v);