web show notification when push notification is recieved

This commit is contained in:
amirrezaghabeli
2025-09-24 15:33:48 +03:30
parent 8a786b6ca4
commit 44b9e16a8d
6 changed files with 96 additions and 56 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ class TenderCard extends StatelessWidget {
],
),
),
SizedBox(height: isDesktop ? 20.0.h() : 72.0.h()),
SizedBox(height: isDesktop ? 20.0.h() : 52.0.h()),
if (!isDesktop) TenderActionButtonsRow(tender: tender),
],
);