swipe method
Swipe the card in a specific direction
Implementation
void swipe(DismissDirection direction) => _state != null ? _state!.swipe(direction) : null;
Swipe the card in a specific direction
void swipe(DismissDirection direction) => _state != null ? _state!.swipe(direction) : null;