Skip to main content

TooltipTriggerMode

The method of interaction that will trigger a tooltip. Used in flet.Tooltip.trigger_mode and flet.TooltipTheme.trigger_mode.

On desktop, a tooltip will be shown as soon as a pointer hovers over the widget, regardless of the value of flet.Tooltip.trigger_mode.

Properties

Properties

LONG_PRESSclass-attributeinstance-attribute

Tooltip will be shown after a long press.

MANUALclass-attributeinstance-attribute

TAPclass-attributeinstance-attribute

Tooltip will be shown after a single tap.