swipeBottom method

void swipeBottom()

Swipe the card to the bottom side by changing the status of the controller

Implementation

void swipeBottom() {
  state = CardSwiperState.swipeBottom;
  notifyListeners();
}