Question constructor

const Question({
  1. Key? key,
  2. QuestionInfo? questionInfo,
})

Implementation

const Question({super.key, this.questionInfo});