Thumb
fun Thumb(isSlided: Boolean, thumbSize: DpSize, colors: SlideToUnlockColors = DefaultSlideToUnlockColors(), orientation: SlideOrientation = SlideOrientation.Horizontal, modifier: Modifier = Modifier)
The default thumb composable for the SlideToUnlock component.
Parameters
isSlided
Whether the component is in the loading state.
colors
The SlideToUnlockColors used to customize the appearance of the component.
orientation
The slide orientation.
modifier
The modifier to be applied to the thumb.