Called when a port is double-tapped Receives the node, port, and whether it's an output port
final void Function(Node<T> node, Port port, bool isOutput)? onDoubleTap;