ToolOutputWidget constructor
const
ToolOutputWidget({})
Implementation
const ToolOutputWidget({
super.key,
required this.toolName,
required this.input,
required this.output,
this.isError = false,
this.initiallyExpanded = false,
});