onDoubleTap property

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

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

Implementation

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