menu
composition_rendering package
documentation
game.dart
GameWidget
GameWidget.new const constructor
GameWidget.new const constructor
dark_mode
light_mode
GameWidget
constructor
const
GameWidget
(
{
required
Game
game
,
Key
?
key
,
})
Implementation
const GameWidget({required this.game, Key? key}) : super(key: key);
composition_rendering package
documentation
game
GameWidget
GameWidget.new const constructor
GameWidget class