tappableDuration property

Duration? tappableDuration
final

The value defines 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;