docs(readme): remove the explanation of the direction prop
This commit is contained in:
parent
ad7740e9c2
commit
9161c93034
|
|
@ -101,7 +101,6 @@ class Example extends StatelessWidget {
|
||||||
| cardBuilder | - | Widget builder for rendering cards | true |
|
| cardBuilder | - | Widget builder for rendering cards | true |
|
||||||
| cardsCount | - | Number of cards | true |
|
| cardsCount | - | Number of cards | true |
|
||||||
| controller | - | Controller to trigger swipe actions | false |
|
| 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 |
|
| duration | 200 milliseconds | The duration that every animation should last | false |
|
||||||
| initialIndex | 0 | Index of the first card when the swiper is initialized | 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 |
|
| isDisabled | false | Set to `true` if swiping should be disabled, has no impact when triggered from the outside | false |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue