GraphLayout constructor

GraphLayout({
  1. Fun2<Graph, List<GraphNode>, Map<GraphNode, num>>? sort,
  2. bool workerThread = false,
})

Implementation

GraphLayout({
  this.sort,
  this.workerThread = false,
});