AppSelectionOption

data class AppSelectionOption(val label: String, val value: Any, val color: Color)

Data class representing an option in a selection component.

Constructors

Link copied to clipboard
constructor(label: String, value: Any, color: Color)

Properties

Link copied to clipboard

The background color for this option.

Link copied to clipboard

The display text for the option.

Link copied to clipboard
val value: Any

The underlying value associated with the option.