value method
Get the current value of one of the swipers
Implementation
void value(DismissDirection direction) => _state != null ? _state!.swipeCardController.value(direction) : null;
Get the current value of one of the swipers
void value(DismissDirection direction) => _state != null ? _state!.swipeCardController.value(direction) : null;