ModifierFieldValue
interface ModifierFieldValue
Represents a value that can be applied as a Modifier to Compose components.
ModifierFieldValue allows dynamic configuration of UI modifiers through the Preview Lab interface. Each implementation represents a specific modifier (e.g., padding, background, size) that can be applied to preview components.
See also
Inheritors
Functions
Link copied to clipboard
Renders the UI builder interface for configuring this modifier. This composable is typically displayed in the Preview Lab control panel.
Link copied to clipboard
Creates a modifier from this field value.
Link copied to clipboard
Combines this modifier field value with another to create a list.