LogPanel constructor

const LogPanel({
  1. Key? key,
  2. LogService? logService,
  3. LogFilter? initialFilter,
})

Implementation

const LogPanel({super.key, this.logService, this.initialFilter});