bensonarafat / super_tooltip

SuperTooltip It is super flexible and allows you to display ToolTips in the overlay of the screen.
https://pub.dev/packages/super_tooltip
MIT License
141 stars 95 forks source link

How to close the tooltip by clicking some widget inside the content of Supertooltip ? #50

Closed phurinaix closed 1 year ago

phurinaix commented 1 year ago

I have many buttons inside the content of Supertooltip If you tap on some of the buttons. It should close the tooltip. (Similar to clicking on a close button) I can't use "tooltip.close" because the variable tooltip isn't declared yet. how to implement it?

torphix commented 1 year ago

Hi how did you do this?