GameScreen constructor

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

Implementation

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