PollsConfiguration constructor

PollsConfiguration({
  1. CometChatPollsBubbleStyle? pollsBubbleStyle,
  2. String? title,
  3. String? questionPlaceholderText,
  4. String? answerPlaceholderText,
  5. String? answerHelpText,
  6. String? addAnswerText,
  7. Widget? deleteIcon,
  8. Widget? closeIcon,
  9. Widget? createPollIcon,
  10. String? optionTitle,
  11. Widget? optionIcon,
  12. PollsOptionStyle? optionStyle,
})

Implementation

PollsConfiguration({
  this.pollsBubbleStyle,
  this.title,
  this.questionPlaceholderText,
  this.answerPlaceholderText,
  this.answerHelpText,
  this.addAnswerText,
  this.deleteIcon,
  this.closeIcon,
  this.createPollIcon,
  this.optionTitle,
  this.optionIcon,
  this.optionStyle,
});