Skip to main content Module modifier Copy item path Source BlurStyle Gaussian blur parameters for Modifier::blur. Border ClipRect Rectangular clip with a clipping operation.
The rect is relative to the element bounds, in Dp . GridConfig InteractionSource Read-only handle to a shared interaction state. LayoutConstraints Constraints passed to the Modifier::layout callback.
Mirrors Compose’s Constraints -> the element’s size must fall within
[min_width, max_width] × [min_height, max_height].
A dimension with INFINITY max means unbounded in that direction.
All values are in Dp . Modifier MutableInteractionSource Mutable handle to a shared interaction state. PaddingValues ShadowSpec Drop-shadow parameters applied to a graphics layer. StateColors State-driven colors. Priority: disabled > dragged > pressed > focused > hovered > default. StateElevation State-driven elevation (levels in Dp ).
Priority: disabled > dragged > pressed > focused > hovered > default. TextInputConfig Configuration for a text input field. Alignment Content alignment for a container, applied as the flexbox cross-axis
(align_items) and main-axis (justify_content) pair. Mirrors Compose’s
Alignment for Box(contentAlignment = ...). BaselineAlign Which text baseline a Row child aligns by. Mirrors Compose’s
FirstBaseline / LastBaseline alignment lines. BlurredEdgeTreatment Edge treatment for Modifier::blur -> controls how pixels at the edges
of the blurred region are handled. ClipOp Interaction An interaction event that can be emitted by a MutableInteractionSource . IntrinsicSize Intrinsic sizing mode for Modifier::intrinsic_width and Modifier::intrinsic_height .
When set, the node sizes itself to the intrinsic content size in that dimension. Overflow Controls whether child content is clipped to the parent bounds. PositionType PressId A press identifier for linking Press -> Release/Cancel pairs.