onLongPressCancel method

  1. @mustCallSuper
void onLongPressCancel(
  1. LongPressCancelEvent event
)

Implementation

@mustCallSuper
void onLongPressCancel(LongPressCancelEvent event) {
  _isLongPressing = false;
}