DebugDuckConfig constructor

const DebugDuckConfig({
  1. bool enabled = true,
  2. DuckRoastLevel roastLevel = DuckRoastLevel.sarcastic,
  3. bool showOverlay = true,
  4. bool logSessions = true,
  5. String duckIcon = "🦆",
  6. bool enablePerformanceMonitor = false,
  7. bool enableShakeToRoast = true,
})

Implementation

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