boeledi / RangeSlider

RangeSlider Widget for Flutter
Other
374 stars 67 forks source link

Add support for disabled theme colors #9

Closed panuavakul closed 5 years ago

panuavakul commented 5 years ago

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.