CometChatPollsBubble constructor
const
CometChatPollsBubble({
- Key? key,
- String? loggedInUser,
- String? pollQuestion,
- List<
PollOptions> ? options, - String? pollId,
- CometChatTheme? theme,
- required Future<
void> choosePoll(), - String? senderUid,
- Map<
String, dynamic> ? metadata, - PollsBubbleStyle? style,
Implementation
const CometChatPollsBubble(
{super.key,
this.loggedInUser,
this.pollQuestion,
this.options,
this.pollId,
this.theme,
required this.choosePoll,
this.senderUid,
this.metadata,
this.style});