ThumbDragDetails class
Data to pass back on drag callback events
Constructors
- ThumbDragDetails({Duration timeStamp = Duration.zero, Offset globalPosition = Offset.zero, Offset localPosition = Offset.zero})
-
const
Properties
- globalPosition → Offset
-
The global position of the drag event moving the thumb on the progress bar.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- localPosition → Offset
-
The local position of the drag event moving the thumb on the progress bar.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeStamp → Duration
-
The duration position of the thumb on the progress bar
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited