menu
mobinsa
view\displayApplicants.dart
CommentModal
CommentModal.new const constructor
CommentModal.new
dark_mode
light_mode
CommentModal
constructor
const
CommentModal
(
{
Key
?
key
,
required
Student
student
,
Choice
?
choice
,
})
Implementation
const CommentModal({super.key, required this.student, this.choice});
mobinsa
displayApplicants
CommentModal
CommentModal.new const constructor
CommentModal class