Trying to use `Slider` with `.widthIn(maxWidth)`an...
# compose
t
Trying to use
Slider
with `.widthIn(maxWidth)`and it seems it does not work, I guess it's because the Slider have a `.requiredSizeIn(minWidth = ThumbRadius * 2, minHeight = ThumbRadius * 2)`that probably erase it. Is there a way to still achieve that ?