ControlPanelGate constructor

const ControlPanelGate({
  1. required Widget child,
  2. bool isEnabled = true,
  3. Key? key,
})

Implementation

const ControlPanelGate({
  required this.child,
  this.isEnabled = true,
  super.key,
});