FrequentlyAskedQuestions constructor

FrequentlyAskedQuestions({
  1. String? containerColor,
  2. double? margin,
  3. double? padding,
  4. double? questionFontSize,
  5. double? answerFontSize,
  6. double? wholeViewRadius,
  7. String? questionFontColor,
  8. String? answerFontColor,
  9. bool? arrowVisibility,
  10. List<QuestionAnswer>? questionAnswer,
})

Implementation

FrequentlyAskedQuestions(
    {this.containerColor,
    this.margin,
    this.padding,
    this.questionFontSize,
    this.answerFontSize,
    this.wholeViewRadius,
    this.questionFontColor,
    this.answerFontColor,
    this.arrowVisibility,
    this.questionAnswer});