onLongPressEnd method

  1. @mustCallSuper
void onLongPressEnd(
  1. LongPressEndEvent event
)

Implementation

@mustCallSuper
void onLongPressEnd(LongPressEndEvent event) {
  _isLongPressing = false;
}