Flutter RangeSlider : How to display different value inside left and right thumbs?
I have a customized RangeSlider with 2 values: RangeValues.start / RangeValues.end. How to put RangeValues.start in left thumb and RangeValues.end in right thumb? As you can see value is the same on both thumbs My CustomRangeSliderThumbShape : class CustomRangeSliderThumbShape extends…