DragStartBehavior enum Null safety
Configuration of offset passed to DragStartDetails.
See also:
- DragGestureRecognizer.dragStartBehavior, which gives an example for the different behaviors.
Constructors
- DragStartBehavior()
-
const
Values
- down → const DragStartBehavior
-
Set the initial offset at the position where the first down event was detected.
DragStartBehavior()
- start → const DragStartBehavior
-
Set the initial position at the position where this gesture recognizer won the arena.
DragStartBehavior()
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
DragStartBehavior> -
A constant List of the values in this enum, in order of their declaration.
[down, start]