So as it comes from the title, consider I have a scrollable widget in flutter web
with different widgets inside of it. I want to freely scroll in web, but when I reach to the webview
widget and my mouse is hovered on it, I am only able to scroll the webview content and when I reach at the bottom/top of the webview content, then I should be able to scroll down/up. But the actual thing happening here is that when I hover on webview, I am only able to scroll the webview content and not the parent widget.
So how can I scroll in parent widget when I reached at the top/bottom of webview content?