onTapDown property

GestureTapDownCallback? onTapDown
final

A pointer that might cause a tap has contacted the screen at a particular location.

This is called after a short timeout, even if the winning gesture has not yet been selected. If the tap gesture wins, onTapUp will be called, otherwise onTapCancel will be called.

Implementation

final GestureTapDownCallback? onTapDown;