Is there any support for the Material Slider conce...
# compose
m
Is there any support for the Material Slider concept of floating value label.
f
You can easily implement it yourself
m
Is there a way to get the x position of the thumb to draw the text relative to it?
s
See Modifier.onGloballyPositioned
m
That would get me the position of the slider, but not the thumb, there no where to add a modifier for the thumb. I think I would have to take the value, calculate the percentage and then calculate the x.