bool get nextQuestion => _nextQuestion;
set nextQuestion(bool value) { _nextQuestion = value; notifyListeners(); }