DefaultHome constructor
const
DefaultHome(
- GameManager gameManager, {
- 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);