In my flutter app, I have a section that can scroll both vertically and horizontally. What I am wanting to do is hold the Shift Key and scroll with my mouse wheel to enable horizontal scrolling without clicking the horizontal scroll bar (a normal shortcut on many websites that would be nice to implement in this web version of the app). Is this possible? If so, how?
Is there a way to utilize Shift key + Mouse Wheelcroll to sideways scroll in flutter ScrollView?
72 views Asked by Jack Estes At
1
It seems that this is a feature that was filed in Flutter. Currently, the ticket was still open and was being handled by engineers. See this GitHub feature request.
Also, the feature is related to this GitHub post. You can keep track on that features.