static property

SceneConfig static
final

static drawing configuration, this tells the SceneController that this GraphX Scene will not change (although you might invalidate it internally with code, but is error prone). This is the lightest GraphX instance you can build. Only to make custom drawings.

Implementation

static final SceneConfig static = SceneConfig(
  painterWillChange: false,
  autoUpdateRender: false,
);