JchuColorOption

data class JchuColorOption<T>(val value: T, val color: Color, val contentDescription: String, val enabled: Boolean = true)

A typed color option displayed by JchuColorPicker.

Constructors

Link copied to clipboard
constructor(value: T, color: Color, contentDescription: String, enabled: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: T