mouseRegion bug - Null values in navigate

Actions & Logic

Hello! Well, I'm using flutterflow's function called "mouseRegion" to open and close a custom dialog(I use it to navigate to another pages in the application) through mouse hover. Everything works fine when the dialog is open, but when I put the action to close dialog in "onMouseExit" and then click in the button to navigate to the pages, the values in the new page are null. I need help ๐Ÿ˜Ÿ

obs: When I remove the "onMouseExit", everything works ok, no null values and navigation works fine.

What have you tried so far?

The only thing I can think about to resolve the problem is creating a custom code but idk how to activate it though mouseHover.

Did you check FlutterFlow's Documentation for this topic?
Yes