If you're using get snackbar i think it's batter and clear to use this :
if (!Get.isSnackbarOpen) { Get.snackbar( title, message, snackPosition: SnackPosition.BOTTOM, // You can add more customization here ); }