GameView constructor
const
GameView(
- Room room,
- GameManager gameMa, {
- Key? key,
Implementation
const GameView(this.room, this.gameMa, {super.key});
const GameView(this.room, this.gameMa, {super.key});