isOpen property

bool? get isOpen

Checks if there is a snackbar open

Implementation

bool? get isOpen => Get.isSnackbarOpen;