NodeModuleImageRenderer constructor

const NodeModuleImageRenderer({
  1. Key? key,
  2. required Widget child,
  3. required Vector2 nodeSize,
  4. required GraphDataStructure graphDataStructure,
  5. required GraphNode graphNode,
  6. required double pixelRatio,
})

Implementation

const NodeModuleImageRenderer({
  super.key,
  required this.child,
  required this.nodeSize,
  required this.graphDataStructure,
  required this.graphNode,
  required this.pixelRatio,
});