PollsBubbleStyle constructor
const
PollsBubbleStyle({})
poll bubble style
Implementation
const PollsBubbleStyle(
{this.questionTextStyle,
this.pollResultTextStyle,
this.voteCountTextStyle,
this.pollOptionsTextStyle,
this.radioButtonColor,
this.pollOptionsBackgroundColor,
this.selectedOptionColor,
this.unSelectedOptionColor,
this.backgroundColor});