NodeFlowEvents<T> constructor
const
NodeFlowEvents<T> ({
- NodeEvents<
T> ? node, - ConnectionEvents<
T> ? connection, - ViewportEvents? viewport,
- AnnotationEvents? annotation,
- ValueChanged<
SelectionState< ? onSelectionChange,T> > - VoidCallback? onInit,
- ValueChanged<
FlowError> ? onError,
Implementation
const NodeFlowEvents({
this.node,
this.connection,
this.viewport,
this.annotation,
this.onSelectionChange,
this.onInit,
this.onError,
});