createGameWidget property

GameWidgetCreateFunction<T>? createGameWidget
final

Use createGameWidget to create the GameWidget. If omitted, the game instance returned by createGame will be wrapped into an empty GameWidget instance.

Implementation

final GameWidgetCreateFunction<T>? createGameWidget;