CanvasNestConfig constructor

CanvasNestConfig(
  1. int nodeCount,
  2. double nodeSize,
  3. Color nodeColor,
  4. Color lineColor,
  5. int maxLineDist,
  6. double gravity,
)

Implementation

CanvasNestConfig(this.nodeCount, this.nodeSize, this.nodeColor,
    this.lineColor, this.maxLineDist, this.gravity);