swipe method

void swipe()

Swipe the card by changing the status of the controller

Implementation

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