onSecondaryTapDown property

GestureTapDownCallback? onSecondaryTapDown
getter/setter pair

A pointer has contacted the screen at a particular location with a secondary button, which might be the start of a secondary tap.

This triggers after the down event, once a short timeout (deadline) has elapsed, or once the gestures has won the arena, whichever comes first.

If this recognizer doesn't win the arena, onSecondaryTapCancel is called next. Otherwise, onSecondaryTapUp is called next.

See also:

Implementation

GestureTapDownCallback? onSecondaryTapDown;