TencentCloudChatVoteMessageWithProvider constructor

const TencentCloudChatVoteMessageWithProvider({
  1. Key? key,
  2. required Widget child,
  3. required V2TimMessage message,
})

Implementation

const TencentCloudChatVoteMessageWithProvider({
  Key? key,
  required this.child,
  required this.message,
}) : super(key: key);