Start native apps faster with the Composables CLI ->
Class

ChangeSizeConfig

Configuration parameters for the size change (expand/shrink) effect of an EnterTransition or ExitTransition.

Source set: Common
public class ChangeSizeConfig internal constructor(
    public val alignment: Alignment,
    public val size: (fullSize: IntSize) -> IntSize = { IntSize(0, 0) },
    public val animationSpec: FiniteAnimationSpec<IntSize>,
    @get:Suppress("GetterSetterNames") public val clip: Boolean = true,
)

Configuration parameters for the size change (expand/shrink) effect of an EnterTransition or ExitTransition.

Functions

equals

Source set: Common
override fun equals(other: Any?): Boolean

hashCode

Source set: Common
override fun hashCode(): Int

toString

Source set: Common
override fun toString(): String