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

Question: is the barrier supposed to prevent access to what is behind it? #94

Closed righteoustales closed 6 months ago

righteoustales commented 8 months ago

I displayed a super_tooltip while in a dialog. The dialog is designed to allow for typing in a couple of values. When I display the super_tooltip the barrier is being displayed over the input fields but I can still type values into them (I can see the numbers being entered behind the barrier).

I assumed that the barrier would prevent this similar to how it prevents clicking on other buttons, etc.?

Does it not work this way?