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?
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?