superlistapp/super_native_extensions

Unable to forward scroll event

Opened this issue · 0 comments

I'm using super_drag_and_drop on MacOS.

I have a DropRegion that uses the same space as a GridView. Whenever the DropRegion is on top of the GridView I am unable to scroll on the GridView. I tried using a NotificationListener and also looked into RawGestureDetector. I couldn't figure out how I could allow the event to be received by the GridView.

Is there a mechanism to have a DropArea and a GridView both accept gestures?