DebugDuckConfig constructor
const
DebugDuckConfig({})
Implementation
const DebugDuckConfig({
this.enabled = true,
this.roastLevel = DuckRoastLevel.sarcastic,
this.showOverlay = true,
this.logSessions = true,
this.duckIcon = "🦆",
this.enablePerformanceMonitor = false,
this.enableShakeToRoast = true,
});