swipe method
Swipe the top most card in the specified direction
Implementation
void swipe(DismissDirection direction) => _state != null ? _state!._swipe(direction) : null;
Swipe the top most card in the specified direction
void swipe(DismissDirection direction) => _state != null ? _state!._swipe(direction) : null;