GameRecapPage constructor Null safety

const GameRecapPage(
  1. {Key? key,
  2. required String title,
  3. required GameRecapStats stats,
  4. required bool singleCategory,
  5. required String currentCategory}
)

Implementation

const GameRecapPage({super.key, required this.title, required this.stats, required this.singleCategory, required this.currentCategory});