TrafficColors

data class TrafficColors(val backgroundColor: Color, val scoreTextColorIfTrafficEnabled: Color, val scoreTextColorIfTrafficDisabled: Color, val noScoreIconColorIfTrafficEnabled: Color, val noScoreIconColorIfTrafficDisabled: Color, val spinnerColorIfTrafficLoading: Color, val lowTrafficScoreColor: Color, val mediumTrafficScoreColor: Color, val highTrafficScoreColor: Color)

Constructors

Link copied to clipboard
constructor(backgroundColor: Color, scoreTextColorIfTrafficEnabled: Color, scoreTextColorIfTrafficDisabled: Color, noScoreIconColorIfTrafficEnabled: Color, noScoreIconColorIfTrafficDisabled: Color, spinnerColorIfTrafficLoading: Color, lowTrafficScoreColor: Color, mediumTrafficScoreColor: Color, highTrafficScoreColor: Color)

Properties