LogsDebugHelper constructor
const
LogsDebugHelper(
- LogCollection logs, {
- Key? key,
- DiagnosticLevel initialMinLevel = DiagnosticLevel.debug,
- Widget title = const Text('Logs'),
Implementation
const LogsDebugHelper(
this.logs, {
super.key,
this.initialMinLevel = DiagnosticLevel.debug,
this.title = const Text('Logs'),
});