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(
|
// 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(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user