Hello all!
In macOS builds, is there a way to enable scrolling ScrollView widgets with two-finger trackpad scrolling, as is standard on Mac laptops?
I have a ScrollView widget in my app (set to only scroll vertically). Right now the only way to scroll it on macOS builds is to click-and-drag, which feels heavy / friction-y / non-intuitive for modern Mac laptops.
Thanks in advance!