gameFactory property

GameFactory<T>? gameFactory
final

A function that creates a Game that this widget will render.

Implementation

final GameFactory<T>? gameFactory;