just_tooltip library
Classes
- JustTooltip
- A highly customizable tooltip widget that supports directional placement, fine-grained alignment, and multiple trigger modes.
- JustTooltipController
- A controller for programmatically showing and hiding a JustTooltip.
- JustTooltipOverlay
- The overlay content for a tooltip.
- JustTooltipTheme
- Groups all visual styling parameters for JustTooltip into a single reusable data class.
- TooltipPositionDelegate
- A SingleChildLayoutDelegate that positions a tooltip relative to a target widget, with automatic direction flipping and viewport clamping.
- TooltipShapePainter
- A CustomPainter that draws a tooltip shape as a single unified path: a rounded rectangle with an optional triangular arrow seamlessly connected.
Enums
- TooltipAlignment
- The alignment of the tooltip along the cross-axis of the direction.
- TooltipDirection
- The direction in which the tooltip appears relative to the child widget.