Kmp Slider Tick
data class KmpSliderTick(val value: Float, val label: String? = null, val style: KmpSliderTickStyle = KmpSliderTickStyle())
KmpSliderTick represents a visual indicator for a particular value in a slider
Parameters
value
The value the tick should be placed
label
The label for the tick
style
The style for the tick