onSecondaryLongPressDown property

GestureLongPressDownCallback? onSecondaryLongPressDown
getter/setter pair

Called when a pointer has contacted the screen at a particular location with a secondary button, which might be the start of a long-press.

This triggers after the pointer down event.

If this recognizer doesn't win the arena, onSecondaryLongPressCancel is called next. Otherwise, onSecondaryLongPressStart is called next.

See also:

Implementation

GestureLongPressDownCallback? onSecondaryLongPressDown;