flutter_slidable
flutter_slidable copied to clipboard
Open or Close event for Slidable
I want to subscribe to an event like onPressed event for example. How can I do it? Previous versions used a SliderController for this and worked great.
Slidable.of(context) didn't help me.
You can use CustomSlidableAction instead of SlideableAction