Question constructor

Question({
  1. double? questionNumberFontSize,
  2. double? questionHeadingFontSize,
  3. double? questionDescriptionFontSize,
})

Implementation

Question({
  this.questionNumberFontSize,
  this.questionHeadingFontSize,
  this.questionDescriptionFontSize,
});