FillMaxSizeModifierFieldValue
A modifier field value that makes a component fill the maximum available size.
Parameters
fraction
The fraction of the maximum size to fill (0.0 to 1.0)
Types
Link copied to clipboard
class Factory(initialFraction: Float? = null) : ModifierFieldValueFactory<FillMaxSizeModifierFieldValue>
Factory for creating FillMaxSizeModifierFieldValue instances with configurable initial values.
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.