menu
vyuh_node_flow package
documentation
graph/node_flow_editor.dart
NodeFlowEditor<T>
onNodeTap property
onNodeTap property
dark_mode
light_mode
onNodeTap
property
ValueChanged
<
Node
<
T
>
>
?
onNodeTap
final
Called when a node is tapped.
Implementation
final ValueChanged<Node<T>>? onNodeTap;
vyuh_node_flow package
documentation
graph/node_flow_editor
NodeFlowEditor<T>
onNodeTap property
NodeFlowEditor class