kLongPressTimeout top-level constant

const kLongPressTimeout = const Duration(milliseconds: 500)

The time before a long press gesture attempts to win.

Implementation

const Duration kLongPressTimeout = Duration(milliseconds: 500)