EvColor

data class EvColor(val primaryProgressCheckOut: DashColor, val secondaryProgressCheckOut: DashColor, val backgroundProgress: DashColor, val secondaryProgressTextColor: DashColor) : ComposeFactory<DashEvColor>

Constructors

Link copied to clipboard
constructor(primaryProgressCheckOut: DashColor, secondaryProgressCheckOut: DashColor, backgroundProgress: DashColor, secondaryProgressTextColor: DashColor)

Functions

Link copied to clipboard
open override fun toCompose(): DashEvColor