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