snackbarStackIndex property

Injected<int> get snackbarStackIndex

Access to the current snackbar stack index

Indicates which position in the stack the active snackbar occupies

Implementation

static Injected<int> get snackbarStackIndex => _snackbarStackIndexNotifier;