NodeData constructor
NodeData()
The NodeData class constructor is initializing the properties of a NodeData object with the
values passed as arguments. Here's a breakdown of what each parameter represents:
Implementation
NodeData(
this.portColor,
this.selectedPortColor,
this.inputPorts,
this.outputPorts,
this.selectedBorderColor,
this.nodeName,
this.nodeType,
this.icon,
this.iconColor,
);