snackbarQueue property

Injected<Map<Alignment, List<_ModalContent>>> get snackbarQueue

Access to the snackbar queue

Used internally to manage multiple stacked snackbars per position

Implementation

static Injected<Map<Alignment, List<_ModalContent>>> get snackbarQueue =>
    _snackbarQueueNotifier;