Close the snackbar with animation
Future<void> close({bool withAnimations = true}) async { if (!withAnimations) { _removeOverlay(); return; } _removeEntry(); await future; }