DropzoneEvent class

Event for dropzone elements.

Properties

avatarHandler AvatarHandler?
The AvatarHandler or null if there is none.
final
draggableElement Element
The Element that is beeing dragged.
final
dropzoneElement Element
The Element of the Dropzone.
final
hashCode int
The hash code for this object.
no setterinherited
position Point<num>
The current mouse/touch position, relative to the whole document (page position).
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