defaultLongPressExitDuration constant
Duration
const defaultLongPressExitDuration
The default duration to wait before hiding child FTooltips after the user has stopped pressing.
Implementation
static const defaultLongPressExitDuration = Duration(milliseconds: 1500);