PollsConfiguration constructor
PollsConfiguration({
- CreatePollsStyle? createPollsStyle,
- PollsBubbleStyle? pollsBubbleStyle,
- CometChatTheme? theme,
- String? title,
- String? questionPlaceholderText,
- String? answerPlaceholderText,
- String? answerHelpText,
- String? addAnswerText,
- Widget? deleteIcon,
- Widget? closeIcon,
- Widget? createPollIcon,
- String? optionTitle,
- String? optionIconUrl,
- String? optionIconUrlPackageName,
- PollsOptionStyle? optionStyle,
Implementation
PollsConfiguration(
{this.createPollsStyle,
this.pollsBubbleStyle,
this.theme,
this.title,
this.questionPlaceholderText,
this.answerPlaceholderText,
this.answerHelpText,
this.addAnswerText,
this.deleteIcon,
this.closeIcon,
this.createPollIcon,
this.optionTitle,
this.optionIconUrl,
this.optionIconUrlPackageName,
this.optionStyle});