CometChatGroupsWithMessages constructor
const
CometChatGroupsWithMessages({
- Key? key,
- Group? group,
- CometChatTheme? theme,
- GroupsConfiguration groupsConfiguration = const GroupsConfiguration(),
- MessageConfiguration messageConfiguration = const MessageConfiguration(),
- JoinProtectedGroupConfiguration? joinProtectedGroupConfiguration,
- CreateGroupConfiguration createGroupConfiguration = const CreateGroupConfiguration(),
- Widget? createGroupIcon,
- dynamic onCreateGroupIconClick(
- BuildContext context
Implementation
const CometChatGroupsWithMessages({
super.key,
this.group,
this.theme,
this.groupsConfiguration = const GroupsConfiguration(),
this.messageConfiguration = const MessageConfiguration(),
this.joinProtectedGroupConfiguration,
this.createGroupConfiguration = const CreateGroupConfiguration(),
this.createGroupIcon,
this.onCreateGroupIconClick,
});