DagreNode<T> constructor

DagreNode<T>(
  1. String id,
  2. num width,
  3. num height, {
  4. T? data,
})

Implementation

DagreNode(this.id, this.width, this.height, {this.data});