QuestionTeacher constructor

const QuestionTeacher({
  1. Key? key,
  2. required Function onClose,
  3. QuestionInfo? questionInfo,
})

Implementation

const QuestionTeacher({super.key, required this.onClose, this.questionInfo});