kDoubleTapMinTime top-level constant

const kDoubleTapMinTime = const Duration(milliseconds: 40)

The minimum time from the end of the first tap to the start of the second tap in a double-tap gesture. (Currently not honored by the DoubleTapGestureRecognizer.)

Implementation

const Duration kDoubleTapMinTime = Duration(milliseconds: 40)