ChatView constructor
const
ChatView({})
Implementation
const ChatView(
{super.key,
required this.jid,
this.isUser = false,
this.messageId,
this.isFromStarred = false,
this.enableAppBar = true,
this.enableCalls = false,
this.showChatDeliveryIndicator = true});