TencentCloudChatGroupProfileChatButton constructor

const TencentCloudChatGroupProfileChatButton({
  1. Key? key,
  2. required V2TimGroupInfo groupInfo,
  3. VoidCallback? startVoiceCall,
  4. VoidCallback? startVideoCall,
})

Implementation

const TencentCloudChatGroupProfileChatButton({super.key, required this.groupInfo, this.startVoiceCall, this.startVideoCall});