RulesScreen constructor
const
RulesScreen({
- Key? key,
- required Text_c rules,
- required bool submitted,
- required VoidCallback? onStartQuiz,
- required String quizStatus,
- ReferrerReward? rewards,
- required bool isOver,
- required String heading,
- String? bgUrl,
- String? landingUrl,
Implementation
const RulesScreen({
super.key,
required this.rules,
required this.submitted,
required this.onStartQuiz,
required this.quizStatus,
this.rewards,
required this.isOver,
required this.heading,
this.bgUrl,
this.landingUrl,
});