LogPanel constructor
const
LogPanel({
- Key? key,
- LogService? logService,
- LogFilter? initialFilter,
Implementation
const LogPanel({super.key, this.logService, this.initialFilter});