I have been trying to achieve a design in Flutter that requires nested scrolling. And I came across this package called nested_inner_scroll. This package implements my design very well, however, it disabled the mouse wheel scrolling at the same time. I had to scroll through my Flutter web app by manually dragging the side scroll bar.
I figured out it could be because of the required coordinator variable for the outer and inner scroll.
If anyone is familiar with this package, it would be highly appreciated if you can guide me through this.