letsar / flutter_slidable

A Flutter implementation of slidable list item with directional slide actions.
MIT License
2.73k stars 591 forks source link

Open or Close event for Slidable #425

Open PetrachkovArtem opened 1 year ago

PetrachkovArtem commented 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.

chuvanhoang888 commented 1 year ago

You can use CustomSlidableAction instead of SlideableAction