onTapCancel method

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

Implementation

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