Package-level declarations
Functions
Link copied to clipboard
fun BpkSliderImpl(value: Float, onValueChange: (Float) -> Unit, modifier: Modifier = Modifier, enabled: Boolean = true, minValue: Float = 0.0f, maxValue: Float = 1.0f, steps: Int = 0, onValueChangeFinished: () -> Unit? = null, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() })