RangeValues class Null safety
Object for representing range slider thumb values.
This object is passed into RangeSlider.values to set its values, and it is emitted in RangeSlider.onChanged, RangeSlider.onChangeStart, and RangeSlider.onChangeEnd when the values change.
- Annotations
Constructors
- RangeValues(double start, double end)
-
Creates pair of start and end values.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override