EndScreen constructor
const
EndScreen({})
Implementation
const EndScreen({
super.key,
required this.answeredQuestion,
required this.totalQuestion,
required this.isSubmitted,
required this.isDeclared,
this.reward,
this.verdict,
required this.bgUrl,
required this.assetUrl,
});