stargazing-dino / just_the_tooltip

A directional tooltip for flutter projects
https://pub.dev/packages/just_the_tooltip
MIT License
56 stars 55 forks source link

Just showing a simple tooltip by default? #68

Open simplenotezy opened 1 year ago

simplenotezy commented 1 year ago

How can I use this library to simply show a tooltip? I don't want/need a controller. Just simply showing a tooltip. That seems really complicated.

It appears I need to set triggerMode, but then I need to call an undocumented function before it shows.

What about a new triggerMode called "alwaysShown"?