NotificationMessageView constructor

const NotificationMessageView({
  1. Key? key,
  2. required String? chatMessage,
})

Implementation

const NotificationMessageView({super.key, required this.chatMessage});