We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d26a46 + 3b18e72 commit 0ef2173Copy full SHA for 0ef2173
docs/reference/gestures/pullgesturerecognizer.md
@@ -33,7 +33,7 @@ This defines the direction of the pull. There are 4 available values;
33
* `PullDirection.TopToBottom` : Pull starts from the top edge and moves towards the buttom
34
* `PullDirection.BottomToTop` : Pull starts from the bottom edge and moves towards the top
35
* `PullDirection.LeftToRight` : Pull starts from the left edge and moves towards the right
36
-* `PullDirection.RightToLeft` : Pull starts from the right edge and moves towards the top
+* `PullDirection.RightToLeft` : Pull starts from the right edge and moves towards the left
37
38
## Useful Properties
39
0 commit comments