kLongPressTimeout top-level constant
Duration
const kLongPressTimeout
The time before a long press gesture attempts to win.
Implementation
const Duration kLongPressTimeout = Duration(milliseconds: 500);