DagreLayout constructor

DagreLayout(
  1. Config config,
  2. Fun1<GraphNode, Size> sizeFun, {
  3. bool multiGraph = false,
  4. bool compoundGraph = true,
  5. bool directedGraph = true,
})

Implementation

DagreLayout(
  this.config,
  this.sizeFun, {
  this.multiGraph = false,
  this.compoundGraph = true,
  this.directedGraph = true,
});