CommentModal constructor

const CommentModal({
  1. Key? key,
  2. required Student student,
  3. Choice? choice,
})

Implementation

const CommentModal({super.key, required this.student, this.choice});