buttonShadow method

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

Implementation

Color buttonShadow({String? v}) => _getColorFromMap(_buttonShadow, v);