controller property

NodeFlowController<T, dynamic> controller
final

The controller managing the node flow graph.

The minimap observes this controller to reactively update when nodes, connections, or viewport change.

Implementation

final NodeFlowController<T, dynamic> controller;