swipeTop method

void swipeTop()

Implementation

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