menu
tcic_client_ui package
documentation
ui_component/question/question_teacher.dart
QuestionStaes
QuestionStaes.new const constructor
QuestionStaes.new const constructor
dark_mode
light_mode
QuestionStaes
constructor
const
QuestionStaes
(
{
Key
?
key
,
required
String
questionId
,
required
Function
onClose
,
})
Implementation
const QuestionStaes({ super.key, required this.questionId, required this.onClose, });
tcic_client_ui package
documentation
ui_component/question/question_teacher
QuestionStaes
QuestionStaes.new const constructor
QuestionStaes class