Package-level declarations
Types
Modifier field value for controlling component transparency
ModifierFieldValue that animates content size changes with smooth transitions.
ModifierFieldValue that applies an aspect ratio constraint to a composable.
A modifier field value that applies a background color to a component.
A modifier field value that applies a border to a component.
A ModifierFieldValue that captures layout rectangle (position and size) changes
A ModifierFieldValue that captures layout offset changes
A ModifierFieldValue that captures layout size changes
Scope class for default menu items in ModifierFieldValue builders. Provides utility functions for consistent menu item styling.
A modifier field value that makes a component fill the maximum available height.
A modifier field value that makes a component fill the maximum available size.
A modifier field value that makes a component fill the maximum available width.
A modifier field value that sets the height of a component.
Default configuration object for ModifierBuilder functionality. Provides default sets of modifier field value factories organized by category.
Represents a value that can be applied as a Modifier to Compose components.
Type alias for a list of ModifierFieldValueFactory instances. Used to represent collections of different modifier factories.
Factory interface for creating ModifierFieldValue instances with UI for configuration.
A list of ModifierFieldValue objects that can be combined to create a composite modifier.
ModifierFieldValue that applies positional offset to a composable.
A modifier field value that applies padding to a component.
ModifierFieldValue that applies rotation transformation to a composable.
A modifier field value that scales a component.
A modifier field value that sets both width and height of a component.
A modifier field value that sets the width of a component.
ModifierFieldValue that wraps the content height to match the content bounds.
ModifierFieldValue that wraps the content size (both width and height) to match the content bounds.
ModifierFieldValue that wraps the content width to match the content bounds.
ModifierFieldValue that controls the layering order (Z-index) of a composable.
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 color picker menu item with label and interactive color selection.
Creates a default menu item with consistent styling and layout.
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.
Creates a label with AnnotatedString text for menu items.
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.
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.