NiceDiagramNode constructor
NiceDiagramNode({})
Implementation
NiceDiagramNode({
required this.id,
required this.label,
this.x = 0,
this.y = 0,
this.width = 120,
this.height = 48,
this.color,
});
NiceDiagramNode({
required this.id,
required this.label,
this.x = 0,
this.y = 0,
this.width = 120,
this.height = 48,
this.color,
});