HealthCheckPanel constructor

const HealthCheckPanel({
  1. Key? key,
  2. ElectricalNode? root,
  3. VoidCallback? onViewDiagram,
})

Implementation

const HealthCheckPanel({
  super.key,
  this.root,
  this.onViewDiagram,
});