docs(readme): fix swipeBottom description

This commit is contained in:
Ricardo Dalarme 2023-04-21 11:34:38 -03:00 committed by GitHub
parent 76b24c21db
commit 3644453742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -122,14 +122,14 @@ class Example extends StatelessWidget {
The `Controller` is used to swipe the card from outside of the widget. You can create a controller called `CardSwiperController` and save the instance for further usage. Please have a closer look at our [Example](https://github.com/ricardodalarme/flutter_card_swiper/tree/main/example) for the usage. The `Controller` is used to swipe the card from outside of the widget. You can create a controller called `CardSwiperController` and save the instance for further usage. Please have a closer look at our [Example](https://github.com/ricardodalarme/flutter_card_swiper/tree/main/example) for the usage.
| Method | Description | | Method | Description |
| ----------- | :--------------------------------------------------- | | ----------- | :--------------------------------------------- |
| swipe | Swipes the card in the selected direction. | | swipe | Swipes the card in the selected direction. |
| swipeLeft | Swipes the card to the left side. | | swipeLeft | Swipes the card to the left side. |
| swipeRight | Swipes the card to the right side. | | swipeRight | Swipes the card to the right side. |
| swipeTop | Swipes the card to the top side. | | swipeTop | Swipes the card to the top side. |
| swipeBottom | Swipe bottom and swipes the card to the bottom side. | | swipeBottom | Swipes the card to the bottom side. |
| undo | Bring back the last card that was swiped away. | | undo | Bring back the last card that was swiped away. |
<hr/> <hr/>