swipeLeft method

void swipeLeft()

Implementation

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