showAppSnackBar

fun SnackbarHostState.showAppSnackBar(scope: CoroutineScope, message: String, actionLabel: String? = null, withDismissAction: Boolean = false, duration: SnackbarDuration = SnackbarDuration.Short, type: SnackbarType = SnackbarType.ERROR)

Shows a custom snackbar using proper visuals.