onMouseEnter property

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

Called when mouse enters a port's bounds Receives the node, port, and whether it's an output port

Implementation

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