NotificationMessageView constructor

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

Implementation

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