doubleTappableDuration property

Duration? doubleTappableDuration
final

The value defines the minimum duration used to distinguish between a tap and a double-tap. If the user does not perform a second tap within this duration, it is considered just a single-tap.

Implementation

final Duration? doubleTappableDuration;