Skip to content

Commit

Permalink
docs(readme): remove the explanation of the direction prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardodalarme committed Jan 28, 2024
1 parent ad7740e commit 9161c93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class Example extends StatelessWidget {
| cardBuilder | - | Widget builder for rendering cards | true |
| cardsCount | - | Number of cards | true |
| controller | - | Controller to trigger swipe actions | false |
| direction | right | Direction in which the card is swiped away when triggered from the controller | false |
| duration | 200 milliseconds | The duration that every animation should last | false |
| initialIndex | 0 | Index of the first card when the swiper is initialized | false |
| isDisabled | false | Set to `true` if swiping should be disabled, has no impact when triggered from the outside | false |
Expand Down

0 comments on commit 9161c93

Please sign in to comment.