Called when mouse leaves a port's bounds Receives the node, port, and whether it's an output port
final void Function(Node<T> node, Port port, bool isOutput)? onMouseLeave;