Since we use a Dismissable, when you dismiss a snackbar the next one is delayed a bit (because the dismissable calls the callback only once it's shrunk the space that was left behind to nothing).
We should probably rename Dismissable to DismissableListItem or something, and have a separate widget to handle layout-independent cases like the snackbar.