DebugPanel constructor

const DebugPanel({
  1. required DebugPanelConfig config,
  2. Key? key,
})

Creates a new debug panel.

Implementation

const DebugPanel({
  required this.config,
  super.key,
});