kDoubleTapTimeout top-level constant
The maximum time from the start of the first tap to the start of the second tap in a double-tap gesture.
Implementation
// In Android, this is actually the time from the first's up event
// to the second's down event, according to the ViewConfiguration docs.
const Duration kDoubleTapTimeout = Duration(milliseconds: 300);