dispose method
Called by the delegate when it is no longer sending events to this object.
Implementation
@mustCallSuper
void dispose() {
assert(debugMaybeDispatchDisposed(this));
_lastDetails = null;
onDragCanceled?.call();
}
Called by the delegate when it is no longer sending events to this object.
@mustCallSuper
void dispose() {
assert(debugMaybeDispatchDisposed(this));
_lastDetails = null;
onDragCanceled?.call();
}