RangeSliderData

constructor(min: Float = 0.0f, max: Float = 100.0f, value: Float = 0.0f, step: Float? = null, onValueChanged: (Float) -> Unit = {})