AgentLogView constructor

const AgentLogView({
  1. Key? key,
  2. required List<AgentLogEntry> logs,
  3. double maxHeight = 200,
})

Implementation

const AgentLogView({super.key, required this.logs, this.maxHeight = 200});