Is it possible to disable scroll in certain areas of a scrollable widget?
Lets say I want to disable scroll within a square area in the middle of the ListView/CustomScrollView, is that possible?
I am thinking it might require me to pass true or false in some touch hitTest or some similar concept but I am not sure where to start. Any ideas?