mobile notificaticon hide

This commit is contained in:
venbaittech 2025-12-26 18:00:52 +05:30
parent 4d54fd12fa
commit 1090b86d70

View File

@ -167,26 +167,26 @@ class _TopBarState extends ConsumerState<TopBar> {
), ),
), ),
const SizedBox(width: 12), // const SizedBox(width: 12),
], ],
Container( // Container(
width: 40, // width: 40,
height: 40, // height: 40,
decoration: BoxDecoration( // decoration: BoxDecoration(
color: Colors.white, // color: Colors.white,
borderRadius: BorderRadius.circular(50.0), // borderRadius: BorderRadius.circular(50.0),
), // ),
child: Tooltip( // child: Tooltip(
message: 'Notifications', // message: 'Notifications',
child: IconButton( // child: IconButton(
icon: const Icon( // icon: const Icon(
Icons.notifications_none, // Icons.notifications_none,
color: Colors.black87, // color: Colors.black87,
), // ),
onPressed: widget.onNotifications, // onPressed: widget.onNotifications,
), // ),
), // ),
), // ),
if (!widget.isMobile) ...[ if (!widget.isMobile) ...[
SizedBox(width: 10), SizedBox(width: 10),
Container( Container(