ContactListView constructor

ContactListView({
  1. Key? key,
  2. bool forMakeGroup = false,
  3. bool forAddMember = false,
  4. List<ParticipantUsers>? participentList,
  5. dynamic groupId,
  6. CometChatTheme? theme,
})

Implementation

ContactListView({
  Key? key,
  this.forMakeGroup = false,
  this.forAddMember = false,
  this.participentList,
  this.groupId,
  this.theme,
}) : super(key: key);