DropDownItem

data class DropDownItem<T>(val value: T, val label: String, val icon: ImageVector? = null, val color: Color? = null, val enabled: Boolean = true)(source)

Constructors

Link copied to clipboard
constructor(value: T, label: String, icon: ImageVector? = null, color: Color? = null, enabled: Boolean = true)

Properties

Link copied to clipboard
val color: Color?
Link copied to clipboard

When false, the item is shown greyed-out and cannot be selected.

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