We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d26a46 commit 3b18e72Copy full SHA for 3b18e72
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