cleared console problems

This commit is contained in:
amirrezaghabeli
2025-09-16 08:36:03 +03:30
parent b6a3598cbf
commit c421f85c95
67 changed files with 236 additions and 196 deletions
@@ -45,7 +45,7 @@ class _TabletNotificationPageState extends State<TabletNotificationPage>
title: NotificationStrings.notificationTitle,
key: key,
),
drawer: TabletNavigationWidget(currentIndex: 3),
drawer: const TabletNavigationWidget(currentIndex: 3),
body: Center(
child: SizedBox(
width: 720,
@@ -92,7 +92,7 @@ class _TabletNotificationPageState extends State<TabletNotificationPage>
Expanded(
child: TabBarView(
controller: controller,
children: [
children: const [
NotificationAllTab(),
NotificationUnreadTab(),
NotificationImportantTab(),