CometChatUsersWithMessages constructor

const CometChatUsersWithMessages({
  1. Key? key,
  2. CometChatTheme? theme,
  3. UsersConfiguration? usersConfiguration = const UsersConfiguration(),
  4. MessageConfiguration? messageConfiguration = const MessageConfiguration(),
  5. User? user,
})

Implementation

const CometChatUsersWithMessages(
    {super.key,
    this.theme,
    this.usersConfiguration = const UsersConfiguration(),
    this.messageConfiguration = const MessageConfiguration(),
    this.user});