GameRecapPage constructor Null safety
- {Key? key,
- required String title,
- required GameRecapStats stats,
- required bool singleCategory,
- required String currentCategory}
Implementation
const GameRecapPage({super.key, required this.title, required this.stats, required this.singleCategory, required this.currentCategory});