NodeModuleImageRenderer constructor
const
NodeModuleImageRenderer({
- Key? key,
- required Widget child,
- required Vector2 nodeSize,
- required GraphDataStructure graphDataStructure,
- required GraphNode graphNode,
- required double pixelRatio,
Implementation
const NodeModuleImageRenderer({
super.key,
required this.child,
required this.nodeSize,
required this.graphDataStructure,
required this.graphNode,
required this.pixelRatio,
});