showDuration property
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 until a pointer disappears when hovering.
Implementation
final Duration? showDuration;