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.