button method

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

Implementation

Color button({String? v}) => _getColorFromMap(_button, v);