background method

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

Implementation

Color background({String? v}) => _getColorFromMap(_background, v);