NodeDragEnded class
Emitted when a node drag operation ends.
- Inheritance
-
- Object
- GraphEvent
- NodeDragEnded
Constructors
-
NodeDragEnded(Set<
String> nodeIds, Offset totalDelta) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
nodeIds
→ Set<
String> -
The IDs of nodes that were dragged.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalDelta → Offset
-
Total movement delta from start to end.
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