SliderDragMode enum

Represents the dragging behavior of the SfRangeSelector thumbs.

Inheritance

Constructors

SliderDragMode()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.