docs(readme): remove the explanation of the direction prop

This commit is contained in:
ricardodalarme 2024-01-28 14:41:18 -03:00
parent ad7740e9c2
commit 9161c93034
1 changed files with 0 additions and 1 deletions

View File

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