onTap property

void Function(Node<T> node, Port port, bool isOutput)? onTap
final

Called when a port is tapped Receives the node, port, and whether it's an output port

Implementation

final void Function(Node<T> node, Port port, bool isOutput)? onTap;