added string

This commit is contained in:
amirrezaghabeli
2025-09-28 07:28:29 +03:30
parent 62acc3efdd
commit 7b8660cc25
@@ -25,4 +25,5 @@ class NotificationStrings {
static const String noImportantNotifications = 'No important notifications'; static const String noImportantNotifications = 'No important notifications';
static const String moreTextButton = 'More'; static const String moreTextButton = 'More';
static const String noNotifications = 'No notifications'; static const String noNotifications = 'No notifications';
static const String seeDetails = 'See Details';
} }