GroupInfoView constructor

GroupInfoView({
  1. Key? key,
  2. String? groupId,
  3. CometChatTheme? theme,
})

Implementation

GroupInfoView({Key? key, this.groupId,this.theme}) : super(key: key);