I'm building a transparent app using Flutter Desktop for Linux, is there a way to click through the main app window, still showing the app? I'm trying to write some kind of overlay app.
I've tried using the IgnorePointer
widget on the root widget but that still doesn't forward the click events behind the window.
I assume there's some kind of binding to add in the application.cc file.