Tooltip class abstract

Lightweight interface for Tooltip components to implement so they can be controlled by a TooltipController.

Implementations may use the controllerAsTooltipProxy factory to create a proxy for activating/deactivating the tooltip through the TooltipController to ensure only one is open at a time.

Implementers

Constructors

Tooltip()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activate() → void
Activates this Tooltip.
deactivate({bool immediate = false}) → void
Deactivates this Tooltip.
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