kJumpTapTimeout top-level constant Null safety
The maximum time from the start of the first tap to the start of the second tap in a jump-tap gesture.
Implementation
// TODO(ianh): Implement jump-tap gestures.
const Duration kJumpTapTimeout = Duration(milliseconds: 500);