CreateGroup constructor
CreateGroup({
- Key? key,
- dynamic selectedUserIds,
- CometChatTheme? theme,
Implementation
CreateGroup({Key? key, this.selectedUserIds,this.theme}) : super(key: key);