In my jetpack compose app I use a RangeSlider for selecting dates:
The active track should use gradient color, e.g. black in the middle and red on the outer sides:
Is this possible using standard RangeSlider?
In my jetpack compose app I use a RangeSlider for selecting dates:
The active track should use gradient color, e.g. black in the middle and red on the outer sides:
Is this possible using standard RangeSlider?
No, it is not possible. The RangeSlider is very limited in its capabilities and only accepts Color instances.
For normal sliders you can use Colorful Sliders, but they do not support range sliders as of today.