menu
vyuh_node_flow package
documentation
graph/node_flow_editor.dart
NodeFlowEditor<T>
onNodeCreated property
onNodeCreated property
dark_mode
light_mode
onNodeCreated
property
ValueChanged
<
Node
<
T
>
>
?
onNodeCreated
final
Called when a node is created and added to the graph.
Implementation
final ValueChanged<Node<T>>? onNodeCreated;
vyuh_node_flow package
documentation
graph/node_flow_editor
NodeFlowEditor<T>
onNodeCreated property
NodeFlowEditor class