Range slider

A range slider is very much like a standard slider, but with two knobs instead of one. You can use it to have the user select a range between two values, like, e.g., a price range.

This slider’s fill layer is between the knobs instead of on the left, and it’s also not tappable. (On a standard slider you can tap anywhere on the slider to have the knob jump to that spot.)

# Create a RangeSliderComponent
rangeSlider = new RangeSliderComponent
    point: Align.center
A default range slider