VScode Flutter development on a MacBook Pro 16 - running the app in the iOS Simulator. When I use DevTools and turn on Select Widget Mode, I can't find a finger/key combination on the Trackpad to scroll down in the simulator without selecting a widget.
The standard trackpad click+move does not scroll - it just highlights or selects widgets on screen. When I turn on Select Widget Mode, it scrolls the app to the top of the page - so I can't scroll down to the "Submit" button, turn on Select Widget Mode, and select the button. I looked at options to change trackpad gestures, but didn't see anything that would help (somewhere online suggested changing a three-finger swipe). Successfully two-finger scrolled using this answer to get to the bottom of the page, but when you get to the click+move step it selects a widget. The only workaround is to use the keyboard down arrow to cycle through UI elements to the bottom of the page, then select the widget.