swipe method

void swipe()

Implementation

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