CreatePollsStyle constructor
      const
      CreatePollsStyle({})
     
    
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});