tapableDuration property

Duration? tapableDuration
final

tapableDuration defines the duration after which the tap event is canceled after the pointerDown event occurs,

In other words, in order to detect the point and have the tap event occur, the tap event must occur before the tapableDuration.

Implementation

final Duration? tapableDuration;