DebugPanel constructor
const
DebugPanel({
- required DebugPanelConfig config,
- Key? key,
Creates a new debug panel.
Implementation
const DebugPanel({
required this.config,
super.key,
});