DendrogramLayout constructor

DendrogramLayout({
  1. Direction2 direction = Direction2.ttb,
  2. bool diff = false,
})

Implementation

DendrogramLayout({
  this.direction = Direction2.ttb,
  this.diff = false,
});