LogsDebugHelper constructor

const LogsDebugHelper(
  1. LogCollection logs, {
  2. Key? key,
  3. DiagnosticLevel initialMinLevel = DiagnosticLevel.debug,
  4. Widget title = const Text('Logs'),
})

Implementation

const LogsDebugHelper(
  this.logs, {
  super.key,
  this.initialMinLevel = DiagnosticLevel.debug,
  this.title = const Text('Logs'),
});