stargazing-dino / just_the_tooltip

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

Prevent the tooltip from closing on clicking on it #63

Open yegor-pelykh opened 2 years ago

yegor-pelykh commented 2 years ago

Is this how it was intended, that the tooltip closes when you click on it?

Can this be disabled somehow?

I think such property values (that I have set) should prevent this.

triggerMode: TooltipTriggerMode.manual,
barrierDismissible: false,

But it doesn't work that way.

ashskr1984 commented 2 years ago

Same problem here Please allow prevent closing

onism0106 commented 10 months ago

Same problem