ContactListView constructor
ContactListView({
- Key? key,
- bool forMakeGroup = false,
- bool forAddMember = false,
- List<
ParticipantUsers> ? participentList, - dynamic groupId,
- CometChatTheme? theme,
Implementation
ContactListView({
Key? key,
this.forMakeGroup = false,
this.forAddMember = false,
this.participentList,
this.groupId,
this.theme,
}) : super(key: key);