TooltipTriggerMode enum

How touch events should trigger a tooltip.

When using a pointer device like a mouse, a tooltip is shown as soon as a pointer hovers over the widget, regardless of the value of RawTooltip.triggerMode.

A tooltip might also be triggered through other means regardless of this option, such as by calling ensureTooltipVisible.

See also:

See also:

  • RawTooltip.hoverDelay, which defines the length of time that a pointer must hover over a tooltip's widget before the tooltip will be shown.
Inheritance
Available extensions

Values

manual → const TooltipTriggerMode

Tooltip will not be triggered by touch events.

longPress → const TooltipTriggerMode

Tooltip will be shown after a long press.

See also:

tap → const TooltipTriggerMode

Tooltip will be shown after a single tap.

See also:

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<TooltipTriggerMode>
A constant List of the values in this enum, in order of their declaration.