findGame method
Fetches the nearest FlameGame
ancestor to the component.
Implementation
@override
FlameGame? findGame() => _game ?? super.findGame();
Fetches the nearest FlameGame
ancestor to the component.
@override
FlameGame? findGame() => _game ?? super.findGame();