InstantTooltip constructor
const
InstantTooltip({
- Key? key,
- required Widget child,
- required WidgetBuilder tooltipBuilder,
- HitTestBehavior behavior = HitTestBehavior.translucent,
- Alignment tooltipAlignment = Alignment.bottomCenter,
- Alignment? tooltipAnchorAlignment,
Implementation
const InstantTooltip({
super.key,
required this.child,
required this.tooltipBuilder,
this.behavior = HitTestBehavior.translucent,
this.tooltipAlignment = Alignment.bottomCenter,
this.tooltipAnchorAlignment,
});