onTapCancel method

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

Implementation

@mustCallSuper
void onTapCancel(int pointerId) {
  _handleTapEvent((Tappable child) => child.handleTapCancel(pointerId));
}