hoverDelay property

Duration hoverDelay
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 (the tooltip is shown immediately upon hover).

Implementation

final Duration hoverDelay;