CometChatGroupScope constructor
const
CometChatGroupScope({
- Key? key,
- Future<
void> onCLick(- Group group,
- GroupMember member,
- String newScope,
- String oldScope,
- required GroupMember member,
- required Group group,
- String? loggedInUserId,
- GroupScopeStyle groupScopeStyle = const GroupScopeStyle(),
Implementation
const CometChatGroupScope(
{super.key,
this.onCLick,
required this.member,
required this.group,
this.loggedInUserId,
this.groupScopeStyle = const GroupScopeStyle()});