merge-update-with-lab-changes
haroon amjad 1 year 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