dismissDelay property

Duration dismissDelay
final

The length of time that a pointer must have stopped hovering over a tooltip's widget before the tooltip will be hidden.

Defaults to 100 milliseconds.

See also:

  • touchDelay, which allows configuring the length of time that a tooltip will be visible after touch events are released.

Implementation

final Duration dismissDelay;