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.

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

Implementation

final Duration? waitDuration;