onMouseLeave property
Called when mouse leaves a port's bounds.
Check Port.isOutput or Port.isInput to determine the port direction.
Implementation
final void Function(Node<T> node, Port port)? onMouseLeave;
Called when mouse leaves a port's bounds.
Check Port.isOutput or Port.isInput to determine the port direction.
final void Function(Node<T> node, Port port)? onMouseLeave;