CanvasNestPainter constructor

CanvasNestPainter(
  1. CanvasNestConfig nestConfig,
  2. List<NodeInfo> nodeInfoList,
  3. ScreenSize screenSize,
  4. CursorInfo cursor
)

Implementation

CanvasNestPainter(
    this.nestConfig, this.nodeInfoList, this.screenSize, this.cursor);