menu
flutter_dino package
documentation
presentation/dino_game.dart
DinoGame
gameOver method
gameOver method
dark_mode
light_mode
gameOver
method
void
gameOver
(
)
Implementation
void gameOver() { isPlaying = false; dino.die(); add(retry); }
flutter_dino package
documentation
presentation/dino_game
DinoGame
gameOver method
DinoGame class