createLayoutEngine method

  1. @protected
SchematicLayoutEngine createLayoutEngine()

Creates the engine used to compute ELK layouts.

Subclasses can override this to provide a deterministic engine for a specialized host or widget test.

Implementation

@protected
SchematicLayoutEngine createLayoutEngine() => createSchematicLayoutEngine();