Config constructor
Config({})
Implementation
Config({
this.rankDir = RankDir.ttb,
this.align,
this.marginX = 0,
this.marginY = 0,
this.rankSep = 50,
this.edgeSep = 10,
this.nodeSep = 10,
this.acyclicer = Acyclicer.none,
this.ranker = Ranker.networkSimplex,
this.width,
this.height,
});