Start native apps faster with the Composables CLI ->
Class

VeilConfig

Configuration parameters for the veil effect (color overlay transition) of an EnterTransition or ExitTransition.

Source set: Common
public class VeilConfig internal constructor(
    public val initialColor: Color,
    public val targetColor: Color,
    public val animationSpec: FiniteAnimationSpec<Color>,
    @get:Suppress("GetterSetterNames") public val matchParentSize: Boolean,
)

Configuration parameters for the veil effect (color overlay transition) 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