Called when mouse enters 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)? onMouseEnter;