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