WidgetTextContents constructor
const
WidgetTextContents({
- dynamic mainLabel,
- dynamic startCall,
- dynamic newCall,
- dynamic endCall,
- dynamic muteMicrophone,
- dynamic changeLanguage,
- dynamic collapse,
- dynamic expand,
- dynamic copied,
- dynamic acceptTerms,
- dynamic dismissTerms,
- dynamic listeningStatus,
- dynamic speakingStatus,
- dynamic connectingStatus,
- dynamic inputLabel,
- dynamic inputPlaceholder,
- dynamic userEndedConversation,
- dynamic agentEndedConversation,
- dynamic conversationId,
- dynamic errorOccurred,
- dynamic copyId,
Implementation
const WidgetTextContents({
this.mainLabel,
this.startCall,
this.newCall,
this.endCall,
this.muteMicrophone,
this.changeLanguage,
this.collapse,
this.expand,
this.copied,
this.acceptTerms,
this.dismissTerms,
this.listeningStatus,
this.speakingStatus,
this.connectingStatus,
this.inputLabel,
this.inputPlaceholder,
this.userEndedConversation,
this.agentEndedConversation,
this.conversationId,
this.errorOccurred,
this.copyId,
});