ZenDebugPanel constructor

const ZenDebugPanel({
  1. Key? key,
  2. required VoidCallback onClose,
})

Implementation

const ZenDebugPanel({
  super.key,
  required this.onClose,
});