CreateGroup constructor

CreateGroup({
  1. Key? key,
  2. dynamic selectedUserIds,
  3. CometChatTheme? theme,
})

Implementation

CreateGroup({Key? key, this.selectedUserIds,this.theme}) : super(key: key);