kDoubleTapMinTime top-level constant
Duration
const kDoubleTapMinTime
The minimum time from the end of the first tap to the start of the second tap in a double-tap gesture.
Implementation
const Duration kDoubleTapMinTime = Duration(milliseconds: 40);