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

feat: add toggleOnTap option to toggle tooltip #105

Closed derpierre65 closed 3 months ago

derpierre65 commented 3 months ago

Implements the 'toggleOnTap' option. If the tooltip is open and 'toggleOnTap' is set to 'true', the tooltip will hide. If the tooltip is closed, it will be displayed. I think it's a good feature for this package.

bensonarafat commented 3 months ago

thank you