NodeFlowEvents<T> constructor

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

Implementation

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