HealthCheckPanel constructor
- Key? key,
- ElectricalNode? root,
- VoidCallback? onViewDiagram,
Implementation
const HealthCheckPanel({
super.key,
this.root,
this.onViewDiagram,
});
const HealthCheckPanel({
super.key,
this.root,
this.onViewDiagram,
});