MultiTapGestureRecognizer({Duration longTapDelay: Duration.ZERO })

Creates a multi-tap gesture recognizer.

The longTapDelay defaults to Duration.ZERO, which means onLongTapDown is called immediately after onTapDown.

Source

MultiTapGestureRecognizer({
  this.longTapDelay: Duration.ZERO
});