onDoubleTapDown property
final
Called after a momentary hold or a short tap that is close in space and time (within kDoubleTapTimeout) to a previous short tap.
Implementation
final GestureTapDragDownCallback? onDoubleTapDown;
Called after a momentary hold or a short tap that is close in space and time (within kDoubleTapTimeout) to a previous short tap.
final GestureTapDragDownCallback? onDoubleTapDown;