ConversationsWithMessagesConfiguration class

ConversationsWithMessagesConfiguration is a data class that has configuration properties to customize the functionality and appearance of CometChatConversationsWithMessages can be used by a component where CometChatConversationsWithMessages is a child component

Constructors

ConversationsWithMessagesConfiguration({CometChatTheme? theme, ConversationsConfiguration? conversationConfigurations, MessageConfiguration? messageConfiguration})
const

Properties

conversationConfigurations ConversationsConfiguration?
final
hashCode int
The hash code for this object.
no setterinherited
messageConfiguration MessageConfiguration?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theme CometChatTheme?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited