improvements

ui_ux_rollout_merge_notification_settings
Sikander Saleem 4 weeks ago
parent 1f65b2e0ac
commit 6cf85d54d4

@ -270,7 +270,8 @@ class _AppBarWidgetState extends State<AppBarWidget> with TickerProviderStateMix
return CustomBadge( return CustomBadge(
width: 16, width: 16,
height: 16, height: 16,
positionT: -10, positionT: -8,
positionR: -8,
value: totalNotificationUnread, value: totalNotificationUnread,
child: ("dashboard/notification").toSvgAsset(height: 24, width: 24, color: AppColor.icon2Color(context)).paddingOnly(top: 0, end: 0), child: ("dashboard/notification").toSvgAsset(height: 24, width: 24, color: AppColor.icon2Color(context)).paddingOnly(top: 0, end: 0),
).onPress(() { ).onPress(() {

Loading…
Cancel
Save