boeledi / RangeSlider

RangeSlider Widget for Flutter
Other
374 stars 66 forks source link

ActiveColor and InactiveColor like default Slider #17

Closed aqibgatoo closed 5 years ago

aqibgatoo commented 5 years ago

This can be a nice addition, colors for active and non active areas

aqibgatoo commented 5 years ago

Ok, i poked into code, and saw that you take the colors from the applications SliderTheme. So there is no need for passing colors as long as people want to create different colors for each slider.