kJumpTapTimeout top-level constant

Duration const kJumpTapTimeout

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);