ChatBubble constructor
const
ChatBubble({
- Key? key,
- required ResponseMessage message,
- required dynamic onSendMessage(),
- required bool isLoading,
- required String agentId,
- AgentConfigs? agent,
- required AgentConfigs agentDetails,
Implementation
const ChatBubble({super.key, required this.message, required this.onSendMessage, required this.isLoading, required this.agentId, this.agent, required this.agentDetails});