CometChatConversationsWithMessages constructor

const CometChatConversationsWithMessages({
  1. Key? key,
  2. User? user,
  3. Group? group,
  4. CometChatTheme? theme,
  5. ConversationsConfiguration? conversationsConfiguration,
  6. MessageConfiguration? messageConfiguration,
  7. ContactsConfiguration? startConversationConfiguration,
})

Implementation

const CometChatConversationsWithMessages({
  super.key,
  this.user,
  this.group,
  this.theme,
  this.conversationsConfiguration,
  this.messageConfiguration,
  this.startConversationConfiguration,
});