game property

T? game
final

The game instance which this widget will render, if the normal constructor is used. If the ListenerGameWidget.controlled constructor is used, this will always be null.

Implementation

final T? game;