mirror of
https://github.com/Iconica-Development/flutter_notification_center.git
synced 2025-05-19 00:53:44 +02:00
doc: alter readme
This commit is contained in:
parent
08d1784400
commit
9ea998119f
1 changed files with 1 additions and 0 deletions
|
@ -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 |
|
| seperateNotificationsWithDivider | If true notifications will be seperated with dividers within the notification center |
|
||||||
| translations | The translations that will be used |
|
| translations | The translations that will be used |
|
||||||
| notificationWidgetBuilder | The widget that defines the styles and logic for every notification |
|
| 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:
|
The `notificationWidgetBuilder` expects the following parameters, as specified below:
|
||||||
| Parameter | Explanation |
|
| Parameter | Explanation |
|
||||||
|
|
Loading…
Reference in a new issue