kPressTimeout top-level constant
Duration
const kPressTimeout
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);