RangeValueSlider
Base class for controls that represent range sliders. These controls have a value range that is bound between a range defined by model. ValueSliders can be conceptualized as mapping between two domains as follows:
Parameters
used to represent the slider's value and limits
used in mapping between T and the slider's domain: 0-1
used to map between the slider's input and output.
Inheritors
Properties
Value of the slider as a fraction range between 0-1.
Slider's current range: start - end.
Determines how the slider snaps to marks.
Indicates whether the slider should only take on values at the specify tick interval.
Slider's current value.
Inherited properties
The sequence of marks for a RangeValueSlider or emptySequence() if it has none.
Functions
Inherited functions
Sets the RangeValueSlider's marker based on the given values.
Sets the RangeValueSlider's marker based on the given Iterable.