Hint

fun Hint(hintTexts: HintTexts, isSlided: Boolean, slideFraction: Float, colors: SlideToUnlockColors, paddingValues: PaddingValues, orientation: SlideOrientation = SlideOrientation.Horizontal, modifier: Modifier = Modifier)

The default hint composable for the SlideToUnlock component.

Parameters

slideFraction

The current progress of the swipe, from 0.0f to 1.0f.

orientation

The slide orientation.

modifier

The modifier to be applied to the hint.