ButtonColor

data class ButtonColor(val primary: DashColor, val secondary: DashColor, val tertiary: DashColor, val transparent: DashColor, val red: DashColor) : ComposeFactory<DashButtonColor>

Constructors

Link copied to clipboard
constructor(primary: DashColor, secondary: DashColor, tertiary: DashColor, transparent: DashColor, red: DashColor)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun getColorBy(index: Int = 0): DashColor?
Link copied to clipboard
open override fun toCompose(): DashButtonColor