swipeBottom method

void swipeBottom()

Implementation

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