kDoubleTapMinTime top-level constant
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)