tappableDuration property

Duration get tappableDuration

Returns 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

Duration get tappableDuration;