SliderDragMode enum
Represents the dragging behavior of the SfRangeSelector thumbs.
Values
- onThumb → const SliderDragMode
-
When SliderDragMode is set to SliderDragMode.onThumb, individual thumb can be moved by dragging it.
- betweenThumbs → const SliderDragMode
-
When SliderDragMode is set to SliderDragMode.betweenThumbs, both the thumbs can be moved at the same time by dragging in the area between start and end thumbs. The range between the start and end thumb will always be the same. Hence, it is not possible to move the individual thumb.
- both → const SliderDragMode
-
When SliderDragMode is set to SliderDragMode.both, individual thumb can be moved by dragging it, and also both the thumbs can be moved at the same time by dragging in the area between start and end thumbs.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SliderDragMode> - A constant List of the values in this enum, in order of their declaration.