Skip to content

Instantly share code, notes, and snippets.

@Rahiche
Created December 11, 2018 13:56
Show Gist options
  • Save Rahiche/fe05fe6b48d3661dd19204dc41d8f456 to your computer and use it in GitHub Desktop.
Save Rahiche/fe05fe6b48d3661dd19204dc41d8f456 to your computer and use it in GitHub Desktop.
return Dismissible(
key: UniqueKey(),
background: Container(color: Colors.red),
onDismissed: (direction) {
DBProvider.db.deleteClient(item.id);
},
child: ListTile(...),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment