swipeRight method

void swipeRight()

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

Implementation

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