ModifierFieldValueList
A list of ModifierFieldValue objects that can be combined to create a composite modifier.
This class allows chaining multiple modifier field values together and applying them as a single modifier to Compose components in the preview.
Parameters
The list of modifier field values to combine
Inheritors
Functions
Adds alpha/transparency to this modifier list.
Animates content size changes with smooth transitions.
Sets the aspect ratio constraint for this modifier list.
Adds a background color to this modifier list.
Adds a border to this modifier list with specified color and width.
Extension function to add layout rectangle capture functionality to ModifierFieldValueList
Extension function to add offset capture functionality to ModifierFieldValueList
Extension function to add size capture functionality to ModifierFieldValueList
Creates a combined modifier from all values in this list.
Adds a fillMaxHeight modifier to this modifier list.
Adds a fillMaxSize modifier to this modifier list.
Adds a fillMaxWidth modifier to this modifier list.
Sets the height of this modifier list to the specified value.
Adds visual marking to a ModifierFieldValueList with border and background.
Adds visual marking to a ModifierFieldValueList with customizable border and background colors.
Offsets this modifier list uniformly in both X and Y directions.
Offsets this modifier list by the specified X and Y coordinates.
Adds equal padding to all sides of this modifier list.
Adds padding to this modifier list with horizontal and vertical values.
Adds padding to this modifier list with individual side values.
Rotates this modifier list by the specified degrees.
Scales this modifier list uniformly in both X and Y directions.
Scales this modifier list with separate X and Y scale factors.
Adds equal size to this modifier list for both width and height.
Adds size to this modifier list with individual width and height values.
Adds another modifier field value to this list.
Combines this list with another ModifierFieldValueList.
Extension function to convert a List to a SelectableField.
Sets the width of this modifier list to the specified value.
Wraps the content height to match the content bounds.
Wraps the content size (both width and height) to match the content bounds.
Wraps the content width to match the content bounds.
Sets the Z-index (layering order) for this modifier list.