longPressExitDuration property

Duration? longPressExitDuration
final

The duration to wait before hiding the tooltip after the user has stopped pressing the target.

Defaults to the enclosing FTooltipGroup.longPressExitDuration, typically 1500ms.

Implementation

final Duration? longPressExitDuration;