mobile notificaticon hide
This commit is contained in:
parent
4d54fd12fa
commit
1090b86d70
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user