tappableDuration property

Duration? tappableDuration
final

The duration after which the gesture is considered rejected if the pointer is still down and no tap is completed. If this duration elapses without a successful gesture, the gesture will be rejected.

Implementation

final Duration? tappableDuration;