From 9ea998119f117647c91d80895ae247e1bf1689a0 Mon Sep 17 00:00:00 2001 From: Vick Top Date: Mon, 15 Apr 2024 10:12:25 +0200 Subject: [PATCH] doc: alter readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0db415a..6eff803 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The `NotificationConfig` has its own parameters, as specified below: | seperateNotificationsWithDivider | If true notifications will be seperated with dividers within the notification center | | translations | The translations that will be used | | notificationWidgetBuilder | The widget that defines the styles and logic for every notification | +| showAsSnackBar | If true notifications popups will show as snackbar. If false shown as dialog| The `notificationWidgetBuilder` expects the following parameters, as specified below: | Parameter | Explanation |