menu
nudge_quiz package
documentation
presentation/pages/quiz_questions.dart
QuestionsScreen
QuestionsScreen.new const constructor
QuestionsScreen.new const constructor
dark_mode
light_mode
QuestionsScreen
constructor
const
QuestionsScreen
(
{
required
QuizRepo
quizRepo
,
Key
?
key
,
})
Implementation
const QuestionsScreen({ required this.quizRepo, Key? key, }) : super(key: key);
nudge_quiz package
documentation
presentation/pages/quiz_questions
QuestionsScreen
QuestionsScreen.new const constructor
QuestionsScreen class