DropDoneDetails class

An object that contains metadata when the drag is done

Annotations

Constructors

DropDoneDetails.new({required List<NativeDragItem<Object>> items, required Offset localPosition, required Offset globalPosition})
const

Properties

globalPosition Offset
Global position (relative to the screen window) of the dropped items
final
hashCode int
The hash code for this object.
no setterinherited
items List<NativeDragItem<Object>>
List with the corresponding drag items
final
localPosition Offset
Local position (relative to the application window) of the dropped items
final
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