GameView constructor

const GameView(
  1. Room room,
  2. GameManager gameMa, {
  3. Key? key,
})

Implementation

const GameView(this.room, this.gameMa, {super.key});