just_the_tooltip2 library

Classes

InheritedTooltipArea
JustTheController
This controller provides basic controls over the Tooltip widget. It is just a shell class that is given functionality by the StatefulWidget. This idea was copied from a FocusNode whose attach method is called to give the focusNode the context and state of its parent.
JustTheInterface
A widget to display a tooltip over target widget. The tooltip can be displayed on any axis of the widget and fallback to the opposite axis if the tooltip does cannot fit its content. The tooltip can will be dismissed by waiting a specified time or again tapping on the target widger or anywhere on the screen.
JustTheTooltip
A widget to display a tooltip over target widget. The tooltip can be displayed on any axis of the widget and fallback to the opposite axis if the tooltip does cannot fit its content. The tooltip can will be dismissed by waiting a specified time or again tapping on the target widger or anywhere on the screen.
JustTheTooltipArea
JustTheTooltipEntry
A Tooltip widget that delegates to creation and use of the tooltip and skrim to the outer JustTheTooltipArea. This class is useless if not nested within a JustTheTooltipArea.

Typedefs

ContentBuilder = Widget Function(BuildContext context, Widget content)
HideTooltip = Future<void> Function({bool immediately})
ShowTooltip = Future<void> Function({bool autoClose, bool immediately})
TooltipBuilder = Widget Function(BuildContext context, Widget tooltip, Widget scrim)
The interface for a tooltip builder. This is useful when the user wants to insert the tooltip into a stack rather than an overlay