DefaultModifierFieldValueBuilderDefaultMenuScope
Scope class for default menu items in ModifierFieldValue builders. Provides utility functions for consistent menu item styling.
Functions
Link copied to clipboard
fun DefaultModifierFieldValueBuilderDefaultMenuScope.ColorPickerItem(label: String, value: Color, onValueChange: (Color) -> Unit)
Creates a color picker menu item with label and interactive color selection.
Link copied to clipboard
fun DefaultModifierFieldValueBuilderDefaultMenuScope.DefaultMenuItem(label: String, content: @Composable () -> Unit)
Creates a default menu item with consistent styling and layout.
Link copied to clipboard
Creates a label with AnnotatedString text for menu items.
Link copied to clipboard
Link copied to clipboard
fun <Value> DefaultModifierFieldValueBuilderDefaultMenuScope.TextFieldItem(label: String, value: Value, onValueChange: (Value) -> Unit, transformer: Transformer<Value>, suffix: String? = null)