NiceDiagramNode constructor
Implementation
NiceDiagramNode({
required this.id,
required this.x,
required this.y,
this.text = '',
this.shape = NiceDiagramNodeShape.rectangle,
this.width = 120,
this.height = 60,
this.color,
this.textColor,
this.icon,
});