CustomComponentHaiva constructor
const
CustomComponentHaiva({})
Implementation
const CustomComponentHaiva({
required this.payload,
required this.onButtonPressed,
required this.onFormSubmit,
required this.stopSpeaking,
Key? key,
this.locale, required bool speakerOff, this.agentDetails,
required this.isSpeaking,
}) : super(key: key);