@ -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,