flutter_slidable icon indicating copy to clipboard operation
flutter_slidable copied to clipboard

Slidable not showing action button using gesture detector tap

Open shaon2016 opened this issue 4 years ago • 1 comments

I am trying to show slidable action button using a button tap. I have found this below function to open but it throws null or nothing happend.

Slidable.of(context)?.open(actionType: SlideActionType.secondary);

How to show action button using on tap?

shaon2016 avatar Nov 24 '21 04:11 shaon2016

This is the 0.6 version, I stopped supporting this version.

letsar avatar Nov 24 '21 16:11 letsar