NodeFlowEvents<T> constructor

const NodeFlowEvents<T>({
  1. NodeEvents<T>? node,
  2. PortEvents<T>? port,
  3. ConnectionEvents<T>? connection,
  4. ViewportEvents? viewport,
  5. AnnotationEvents? annotation,
  6. ValueChanged<SelectionState<T>>? onSelectionChange,
  7. VoidCallback? onInit,
  8. ValueChanged<FlowError>? onError,
})

Implementation

const NodeFlowEvents({
  this.node,
  this.port,
  this.connection,
  this.viewport,
  this.annotation,
  this.onSelectionChange,
  this.onInit,
  this.onError,
});