CustomComponentAgent constructor
const
CustomComponentAgent({})
Implementation
const CustomComponentAgent({
required this.responseData,
required this.onButtonPressed,
Key? key,
required this.message,
}) : super(key: key);