SlideToUnlockDefaults
object SlideToUnlockDefaults
Contains default values and functions used by the SlideToUnlock component.
Functions
Link copied to clipboard
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.
Link copied to clipboard
fun Thumb(isSlided: Boolean, thumbSize: DpSize, colors: SlideToUnlockColors = DefaultSlideToUnlockColors(), orientation: SlideOrientation = SlideOrientation.Horizontal, modifier: Modifier = Modifier)
The default thumb composable for the SlideToUnlock component.