CircuitNode constructor

CircuitNode({
  1. Key? key,
  2. required Widget child,
})

Implementation

CircuitNode({super.key, required this.child});