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 1 second.

Implementation

final Duration? waitDuration;