primary method

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

Implementation

Color primary({String? v}) => _getColorFromMap(_primary, v);