CometChatConversationsWithMessages constructor
      const
      CometChatConversationsWithMessages({ 
    
    
- Key? key,
- User? user,
- Group? group,
- CometChatTheme? theme,
- ConversationsConfiguration? conversationsConfiguration,
- MessageConfiguration? messageConfiguration,
- ContactsConfiguration? startConversationConfiguration,
Implementation
const CometChatConversationsWithMessages({
  super.key,
  this.user,
  this.group,
  this.theme,
  this.conversationsConfiguration,
  this.messageConfiguration,
  this.startConversationConfiguration,
});