GroupsWithMessagesConfiguration class

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

Constructors

GroupsWithMessagesConfiguration({CometChatTheme? theme, GroupsConfiguration? groupsConfiguration, MessageConfiguration? messageConfiguration, CreateGroupConfiguration? createGroupConfiguration, Widget? createGroupIcon, dynamic onCreateGroupIconClick(BuildContext context)?})
const

Properties

createGroupConfiguration CreateGroupConfiguration?
createGroupConfiguration sets configurations for CometChatCreateGroup
final
createGroupIcon Widget?
createGroupIcon create group icon
final
groupsConfiguration GroupsConfiguration?
groupsConfiguration parameter used to set Group's configuration properties
final
hashCode int
The hash code for this object.
no setterinherited
messageConfiguration MessageConfiguration?
messageConfiguration parameter used to set message's configuration properties
final
onCreateGroupIconClick → dynamic Function(BuildContext context)?
onCreateGroupIconClick on click parameter
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theme CometChatTheme?
theme parameter used to pass custom theme to this module
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