NodeModule constructor
NodeModule({
- required Vector2 nodeSize,
- required Vector2 nodePosition,
- required double nodePadding,
- required GraphDataStructure graphDataStructure,
- required GraphNode graphNode,
- required double nodeImageSize,
NodeModule is the Component that holds the size and position
Implementation
NodeModule({
required this.nodeSize,
required this.nodePosition,
required this.nodePadding,
required this.graphDataStructure,
required this.graphNode,
required this.nodeImageSize,
});