QuestionTeacher constructor
const
QuestionTeacher({
- Key? key,
- required Function onClose,
- QuestionInfo? questionInfo,
Implementation
const QuestionTeacher({super.key, required this.onClose, this.questionInfo});