QuizIntegrityItem constructor

QuizIntegrityItem(
  1. String label,
  2. String value, {
  3. IntegrityFlag? flag,
  4. Widget? child,
})

Implementation

QuizIntegrityItem(this.label, this.value, {this.flag, this.child});