TrafficLineComposableColors
data class TrafficLineComposableColors(val backgroundColor: Color, val emptyTrafficLineColor: Color, val greenTrafficLineColor: Color, val undefinedSpeedColor: Color, val yellowSpeedColor: Color, val redSpeedColor: Color, val deepRedSpeedColor: Color, val passedColor: Color, val startLocationColor: Color, val locationIconBackgroundColor: Color, val locationIconColor: Color)
Constructors
Link copied to clipboard
constructor(backgroundColor: Color, emptyTrafficLineColor: Color, greenTrafficLineColor: Color, undefinedSpeedColor: Color, yellowSpeedColor: Color, redSpeedColor: Color, deepRedSpeedColor: Color, passedColor: Color, startLocationColor: Color, locationIconBackgroundColor: Color, locationIconColor: Color)