isStartFromOutput property
Whether the drag started from an output port.
This determines the logical direction of the connection:
true: The starting port is the SOURCE, mouse position is TARGETfalse: The starting port is the TARGET, mouse position is SOURCE
Implementation
final bool isStartFromOutput;