Open PetrachkovArtem opened 1 year ago
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
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.