QuestionProgressBar constructor

const QuestionProgressBar({
  1. Key? key,
  2. required QuizModel quiz,
})

Implementation

const QuestionProgressBar({
  super.key,
  required this.quiz,
});