tooltipWaitDuration property

Duration? tooltipWaitDuration
final

The length of time that a pointer must hover over a tooltip's widget before the tooltip will be shown.

If not defined, defaults to 0ms via Flutter SDK default. Consider adding some wait time, instant tooltips are not seldom desired.

Implementation

final Duration? tooltipWaitDuration;