DiagramWiresPainter constructor
- required ElectricalNode? root,
- required Map<
String, Offset> positions, - Color wireColor = const Color(0xFF888888),
Implementation
DiagramWiresPainter({
required this.root,
required this.positions,
this.wireColor = const Color(0xFF888888),
});