TencentCloudChatVoteMessage constructor
const
TencentCloudChatVoteMessage({
- Key? key,
- required V2TimMessage message,
- OnOptionsItemTap? onTap,
Implementation
const TencentCloudChatVoteMessage({
Key? key,
required this.message,
this.onTap,
}) : super(key: key);