Flutter `GestureRecognizer` that only responds to two-finger gestures
How do I create a GestureRecognizer in Flutter that only responds to two-finger gestures, and passes single-finger gestures on to other widgets in the arena? In my Flutter app, I have a GoogleMap widget inside a SingleChildScrollView. The GoogleMap widget…