AnimateContentSizeModifierFieldValue

ModifierFieldValue that animates content size changes with smooth transitions.

When the content size changes, this modifier provides smooth animation transitions instead of abrupt size changes.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Factory for creating AnimateContentSizeModifierFieldValue instances. No initial configuration parameters are needed as it automatically animates content size changes.

Functions

Link copied to clipboard
open override fun Builder()

Renders the UI builder interface for configuring this modifier. This composable is typically displayed in the Preview Lab control panel.

Link copied to clipboard
open override fun Modifier.createModifier(): Modifier

Creates a modifier from this field value.

Link copied to clipboard

Combines this modifier field value with another to create a list.