GrafoNode constructor
GrafoNode({})
Implementation
GrafoNode(
{this.id = 0,
this.name,
List<GrafoNode>? children,
this.selected = false,
this.position = const Offset(0, 0),
this.size = const Size(100, 100)});