If you want to show the snack back on the bottom of screen whenever the item is removed, you need to use ScaffoldMessenger.of(context).showSnackBar() and you need to add SnackBar() with duration, ocntent, action. This action includes SnackBarAction(label: 'Undo, onPressed() with set state)