getGameView method

Widget getGameView()

returns the view of the game

Implementation

Widget getGameView() {
  return GameView(this, gameManager);
}