From 0600572804d755b87de4ef3759028eb92abfde53 Mon Sep 17 00:00:00 2001 From: amirrezaghabeli Date: Sun, 5 Oct 2025 10:29:08 +0330 Subject: [PATCH] added sized box --- lib/views/notification/pages/m_notification_page.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/views/notification/pages/m_notification_page.dart b/lib/views/notification/pages/m_notification_page.dart index 4fd4d0e..7108af5 100644 --- a/lib/views/notification/pages/m_notification_page.dart +++ b/lib/views/notification/pages/m_notification_page.dart @@ -127,6 +127,7 @@ class _MobileNotificationPageState extends State ), ), ), + SizedBox(height: 12.0.h()), Expanded( child: TabBarView( controller: controller,