MultipleChoice constructor

MultipleChoice({
  1. double? choiceContainerWidth,
  2. double? choiceContainerHeight,
  3. double? fontSize,
  4. double? circularFontContainerSize,
  5. double? otherOptionTextFieldHeight,
  6. double? otherOptionTextFieldWidth,
  7. double? otherOptionTextFontSize,
})

Implementation

MultipleChoice({
  this.choiceContainerWidth,
  this.choiceContainerHeight,
  this.fontSize,
  this.circularFontContainerSize,
  this.otherOptionTextFieldHeight,
  this.otherOptionTextFieldWidth,
  this.otherOptionTextFontSize,
});