screens/tooltip_plus library
Classes
- EdgeOffset
- Represents an offset from each edge of a rectangle.
- TooltipPlus
- A widget that displays a tooltip when triggered.
- TooltipPlusState
Enums
Typedefs
- BuildTooltipOffset = Offset Function(Offset currentOffset, Size parentSize, Size tooltipSize)
- A function that builds the offset of the tooltip.
- TooltipTriggeredCallback = void Function()
- A callback that is called when the tooltip is triggered.