flutter_slidable icon indicating copy to clipboard operation
flutter_slidable copied to clipboard

Open or Close event for Slidable

Open PetrachkovArtem opened this issue 1 year ago • 1 comments

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.

PetrachkovArtem avatar May 24 '23 18:05 PetrachkovArtem

You can use CustomSlidableAction instead of SlideableAction

chuvanhoang888 avatar Nov 06 '23 07:11 chuvanhoang888