DendrogramLayout constructor
DendrogramLayout({
- Direction2 direction = Direction2.ttb,
- bool diff = false,
Implementation
DendrogramLayout({
this.direction = Direction2.ttb,
this.diff = false,
});