CreatePollsStyle constructor

const CreatePollsStyle({
  1. Color? background,
  2. Color? borderColor,
  3. TextStyle? titleStyle,
  4. Color? closeIconColor,
  5. Color? deleteIconColor,
  6. Color? createPollIconColor,
  7. TextStyle? inputTextStyle,
  8. TextStyle? hintTextStyle,
  9. TextStyle? answerHelpText,
  10. TextStyle? addAnswerTextStyle,
})

create poll style

Implementation

const CreatePollsStyle(
    {this.background,
    this.borderColor,
    this.titleStyle,
    this.closeIconColor,
    this.deleteIconColor,
    this.createPollIconColor,
    this.inputTextStyle,
    this.hintTextStyle,
    this.answerHelpText,
    this.addAnswerTextStyle});