swipeTop method

void swipeTop()

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

Implementation

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