onMouseEnter property

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

Called when mouse enters a port's bounds.

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

Implementation

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