exitDuration property
final
The length of time that a pointer must have stopped hovering over a tooltip's widget before the tooltip will be hidden.
Defaults to 100 milliseconds.
See also:
- showDuration, which allows configuring the length of time that a tooltip will be visible after touch events are released.
Implementation
final Duration? exitDuration;