dev_3.13.6_CR5047_LiveCare_Enhancements
haroon amjad 11 months ago
parent 068b6c8494
commit 0bdfa9157b

@ -83,7 +83,7 @@ class _NotificationsDetailsPageState extends State<NotificationsDetailsPage> {
),
SizedBox(height: 18),
Text(
widget.notification!.message!.trim(),
widget.notification.message ?? "",
style: TextStyle(
fontSize: 12,
fontWeight: FontWeight.w600,

Loading…
Cancel
Save