menu
flame package
documentation
game.dart
GameWidget<T extends Game>
gameFactory property
gameFactory property
dark_mode
light_mode
gameFactory
property
GameFactory
<
T
>
?
gameFactory
final
A function that creates a
Game
that this widget will render.
Implementation
final GameFactory<T>? gameFactory;
flame package
documentation
game
GameWidget<T extends Game>
gameFactory property
GameWidget class