DragUpdateEvent class final
Constructors
- DragUpdateEvent({required Vector2 scene, required Vector2 local, required Vector2 delta, required DragUpdateDetails details})
-
const
Properties
- delta → Vector2
-
How far the pointer moved since the last DragUpdateEvent (or since
DragStartEvent, for the first one), in scene space.
final
- details → DragUpdateDetails
-
Flutter's own details for this event.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- local → Vector2
-
This pointer's position in the receiving node's local space.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scene → Vector2
-
This pointer's position in scene (world) space.
final
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