AgentLogView constructor
const
AgentLogView({
- Key? key,
- required List<
AgentLogEntry> logs, - double maxHeight = 200,
Implementation
const AgentLogView({super.key, required this.logs, this.maxHeight = 200});