I was using the RangeSlide and found that it currently does not support the colors theme when the slider is disabled (when onChanged is not provided). I was just replacing the normal colors with disabledInactiveTrackColor, disabledActiveTrackColor, disabledActiveTickMarkColor when isInteractive is false in my own fork.
I was using the
RangeSlide
and found that it currently does not support the colors theme when the slider is disabled (whenonChanged
is not provided). I was just replacing the normal colors withdisabledInactiveTrackColor
,disabledActiveTrackColor
,disabledActiveTickMarkColor
whenisInteractive
isfalse
in my own fork.