QuizRF constructor
QuizRF({
- Quiz? quiz,
- Color? buttonColor,
- Color? indexColor,
- Color? optionBackgroundColor,
- Color? optionBorderColor,
- double? optionBorderRadious,
- double? optionBorderWidth,
- Color? optionTextColor,
- Color? questionTextColor,
- FontWeight? indexFontWeight,
- FontWeight? optionFontWeight,
- FontWeight? questionFontWeight,
- int? optionsPerRow = 1,
- Function? onComplete,
Implementation
QuizRF(
{this.quiz,
this.buttonColor,
this.indexColor,
this.optionBackgroundColor,
this.optionBorderColor,
this.optionBorderRadious,
this.optionBorderWidth,
this.optionTextColor,
this.questionTextColor,
this.indexFontWeight,
this.optionFontWeight,
this.questionFontWeight,
this.optionsPerRow = 1,
this.onComplete});