Replies: 1 comment
-
Sorry, I don't think I understand the problem. Could you prepare a snack of post a snipped of code that shows the behavior you're getting and explain what you want it to look like? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello 👋
I have a
GestureDetector
which tracks pan gesture. It wraps a child which itself has aGestureDetector
which tracks pan gesture, but I don't have control on it.Can I let my parent
GestureDetector
pass down pan events to the children?Beta Was this translation helpful? Give feedback.
All reactions