isOpen property

bool? isOpen

Checks if there is a snackbar open

Implementation

bool? get isOpen => Get.isSnackbarOpen;