secondary method

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

Implementation

Color secondary({String? v}) => _getColorFromMap(_secondary, v);