ColorPickerItem
fun DefaultModifierFieldValueBuilderDefaultMenuScope.ColorPickerItem(label: String, value: Color, onValueChange: (Color) -> Unit)
Creates a color picker menu item with label and interactive color selection.
Parameters
label
The text label for the color picker
value
The current color value
onValueChange
Callback when the color changes