doubleTapHoldDuration property

Duration? doubleTapHoldDuration
final

Defines the minimum duration to end the double tap state.

If a double tap state starts and no tap events occur during that duration, the double tap state ends.

Implementation

final Duration? doubleTapHoldDuration;