swipeLeft method

void swipeLeft()

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

Implementation

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