menu
vyuh_node_flow package
documentation
graph/node_flow_editor.dart
NodeFlowEditor<T>
onConnectionCreated property
onConnectionCreated property
dark_mode
light_mode
onConnectionCreated
property
ValueChanged
<
Connection
>
?
onConnectionCreated
final
Called when a connection is created.
Implementation
final ValueChanged<Connection>? onConnectionCreated;
vyuh_node_flow package
documentation
graph/node_flow_editor
NodeFlowEditor<T>
onConnectionCreated property
NodeFlowEditor class