games property

SceneConfig games
final

games configuration, setup this GraphX Widget to render with full support for auto rendering, updates, mouse and keyboard.

Implementation

static final SceneConfig games = SceneConfig(
  useTicker: true,
  useKeyboard: true,
  usePointer: true,
);