1

How can I implement onHorizantalDragStart gesture detector given below in the picture and show these two buttons

enter image description here

1 Answers1

1

There is a Dismissible class which comes prebuilt in flutter with this you can create similar action. flutter_slidable is a pub package for the same feature

Edit: I just found this thread which has more in-depth answers.

Ashutosh Patole
  • 926
  • 1
  • 7
  • 23