kPressTimeout top-level constant

const kPressTimeout = const Duration(milliseconds: 100)

The time that must elapse before a tap gesture sends onTapDown, if there's any doubt that the gesture is a tap.

Implementation

const Duration kPressTimeout = Duration(milliseconds: 100)