Reveal State
data class RevealState(val maxRevealDp: Dp = 75.dp, val directions: Set<RevealDirection>, density: Density, initialValue: RevealValue = RevealValue.Default)
Constructors
Link copied to clipboard
constructor(maxRevealDp: Dp = 75.dp, directions: Set<RevealDirection>, density: Density, initialValue: RevealValue = RevealValue.Default)