layoutEngine property

  1. @protected
SchematicLayoutEngine? get layoutEngine

Protected access to the layout engine for subclasses.

Implementation

@protected
SchematicLayoutEngine? get layoutEngine => _layoutEngine;