onTapDown property

GestureTapDownCallback? onTapDown
final

Called for every tap down including every tap down that's part of a double click or a long press, except touches that include enough movement to not qualify as taps (e.g. pans and flings).

Implementation

final GestureTapDownCallback? onTapDown;