kDoubleTapTimeout top-level constant

const kDoubleTapTimeout = const Duration(milliseconds: 300)

The maximum time from the start of the first tap to the start of the second tap in a double-tap gesture.

Implementation

const Duration kDoubleTapTimeout = Duration(milliseconds: 300)