onDoubleTap property

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

Called when a port is double-tapped.

Check Port.isOutput or Port.isInput to determine the port direction.

Implementation

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