Great widget library! Is it possible to trigger the dismiss animation of the `Slidable` when a user taps a `SlideAction`? Something like: ``` onTap: () { this.dismiss() // trigger animation of slidable leaving }, ```
Great widget library!
Is it possible to trigger the dismiss animation of the
Slidablewhen a user taps aSlideAction?Something like: