From 1090b86d7033935d97afdd61fcfab8a11e852511 Mon Sep 17 00:00:00 2001 From: venbaittech Date: Fri, 26 Dec 2025 18:00:52 +0530 Subject: [PATCH] mobile notificaticon hide --- lib/presentation/widgets/topbar.dart | 38 ++++++++++++++-------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/lib/presentation/widgets/topbar.dart b/lib/presentation/widgets/topbar.dart index 395267c..aa0ca2c 100644 --- a/lib/presentation/widgets/topbar.dart +++ b/lib/presentation/widgets/topbar.dart @@ -167,26 +167,26 @@ class _TopBarState extends ConsumerState { ), ), - const SizedBox(width: 12), + // const SizedBox(width: 12), ], - Container( - width: 40, - height: 40, - decoration: BoxDecoration( - color: Colors.white, - borderRadius: BorderRadius.circular(50.0), - ), - child: Tooltip( - message: 'Notifications', - child: IconButton( - icon: const Icon( - Icons.notifications_none, - color: Colors.black87, - ), - onPressed: widget.onNotifications, - ), - ), - ), + // Container( + // width: 40, + // height: 40, + // decoration: BoxDecoration( + // color: Colors.white, + // borderRadius: BorderRadius.circular(50.0), + // ), + // child: Tooltip( + // message: 'Notifications', + // child: IconButton( + // icon: const Icon( + // Icons.notifications_none, + // color: Colors.black87, + // ), + // onPressed: widget.onNotifications, + // ), + // ), + // ), if (!widget.isMobile) ...[ SizedBox(width: 10), Container(