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(
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(