GroupInfoView constructor
GroupInfoView({
- Key? key,
- String? groupId,
- CometChatTheme? theme,
Implementation
GroupInfoView({Key? key, this.groupId,this.theme}) : super(key: key);