DefaultHome constructor

const DefaultHome(
  1. GameManager gameManager, {
  2. Key? key,
})

Constructs a DefaultHome widget.

The gameManager parameter is required and represents the GameManager instance.

Implementation

const DefaultHome(
  this.gameManager, {
  Key? key,
}) : super(key: key);