waitDuration property

Duration? waitDuration
final

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

Once the pointer leaves the widget, the tooltip will immediately disappear.

Defaults to 0 milliseconds (tooltips are shown immediately upon hover).

Implementation

final Duration? waitDuration;