controller property

NodeFlowController<T> controller
final

Controller for direct drag handling.

The widget calls controller methods directly for:

  • Node drag operations (start, move, end)
  • Port connection drag operations (delegated to PortWidget)

This eliminates callback chains and simplifies event handling.

Implementation

final NodeFlowController<T> controller;