InterviewScreen constructor

const InterviewScreen({
  1. Key? key,
  2. required int questionNum,
})

Implementation

const InterviewScreen({
  Key? key,
  required this.questionNum,
}) : super(key: key);