ZenDebugPanel constructor
const
ZenDebugPanel({
- Key? key,
- required VoidCallback onClose,
Implementation
const ZenDebugPanel({
super.key,
required this.onClose,
});
const ZenDebugPanel({
super.key,
required this.onClose,
});