kJumpTapTimeout top-level constant

const kJumpTapTimeout = const Duration(milliseconds: 500)

The maximum time from the start of the first tap to the start of the second tap in a jump-tap gesture.

Implementation

const Duration kJumpTapTimeout = Duration(milliseconds: 500)