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 92 forks source link

Prevent user from dismissing when tapping outside while showBarrier is true #87

Closed AnwarTuha closed 3 months ago

AnwarTuha commented 9 months ago

Hey there, this is a really useful package, and it has helped me a lot. Can we prevent the dismissal of the tool tip when tapping outside while the showBarrier property is true?

Jaydip6 commented 4 months ago

does anyone give me the answer...

how do we prevent the the dismissal of the tool tip when tapping outside on the screen in flutter app.

Please, reply ASAP.

AlabasterAxe commented 3 months ago

I have a PR to add this functionality here: https://github.com/bensonarafat/super_tooltip/pull/99

bensonarafat commented 3 months ago

Thank you @AlabasterAxe I'll look at it now.