NiceWorkflowDesigner constructor
- Key? key,
- List<
NiceWorkflowNode> nodes = const [], - void onChange(
- List<
NiceWorkflowNode> nodes
- List<
- void onSave(
- List<
NiceWorkflowNode> nodes
- List<
- bool showMinimap = true,
- double gridSize = 20,
Implementation
const NiceWorkflowDesigner({
super.key,
this.nodes = const [],
this.onChange,
this.onSave,
this.showMinimap = true,
this.gridSize = 20,
});