onDragCancel method

  1. @mustCallSuper
void onDragCancel(
  1. int pointerId
)

Implementation

@mustCallSuper
void onDragCancel(int pointerId) {
  _onGenericEventReceived((c) => c.handleDragCanceled(pointerId));
}