showDuration property

Duration? showDuration
final

The length of time that the tooltip will be shown after a long press is released (if triggerMode is TooltipTriggerMode.longPress) or a tap is released (if triggerMode is TooltipTriggerMode.tap). This property does not affect mouse pointer devices.

Defaults to 1.5 seconds for long press and tap released

See also:

  • exitDuration, which allows configuring the time untill a pointer dissapears when hovering.

Implementation

final Duration? showDuration;