ReplayScreen constructor

const ReplayScreen({
  1. Key? key,
  2. required String gameId,
})

Implementation

const ReplayScreen({super.key, required this.gameId});