Check if the app is focused https://stackoverflow.com/a/79644232/9682338
If the window is inactive use AbsorbPointer
https://stackoverflow.com/a/54220863/9682338
Or you can swap out the widgets to somthing else.
I don't know how AppLifecycleState
works in a multi window situation.