SpeedInfoComposableColors
data class SpeedInfoComposableColors(val currentSpeedBackground: Color, val currentSpeedText: Color, val currentSpeedBorder: Color, val speedLimitBackground: Color, val speedLimitText: Color, val speedLimitBorder: Color, val speedLimitExceededBackground: Color, val speedLimitExceededText: Color, val speedLimitExceededBorder: Color, val cameraProgressBackground: Color, val cameraProgressIndicator: Color, val cameraProgressIndicatorExceeded: Color)
Constructors
Link copied to clipboard
constructor(currentSpeedBackground: Color, currentSpeedText: Color, currentSpeedBorder: Color, speedLimitBackground: Color, speedLimitText: Color, speedLimitBorder: Color, speedLimitExceededBackground: Color, speedLimitExceededText: Color, speedLimitExceededBorder: Color, cameraProgressBackground: Color, cameraProgressIndicator: Color, cameraProgressIndicatorExceeded: Color)