swipeRight method

void swipeRight()

Implementation

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