cancelled property

bool cancelled
final

Indicates if this DraggableEvent was cancelled. This is currently only used for onDragEnd events to indicate a drag end through a cancelling oparation like esc key or windows loosing focus.

Implementation

final bool cancelled;