kPressTimeout top-level constant
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);
The time that must elapse before a tap gesture sends onTapDown, if there's any doubt that the gesture is a tap.
const Duration kPressTimeout = Duration(milliseconds: 100);