WidgetConfigOutput constructor

const WidgetConfigOutput({
  1. EmbedVariant? variant,
  2. WidgetPlacement? placement,
  3. WidgetExpandable? expandable,
  4. dynamic avatar,
  5. WidgetFeedbackMode? feedbackMode,
  6. String? bgColor,
  7. String? textColor,
  8. String? btnColor,
  9. String? btnTextColor,
  10. String? borderColor,
  11. String? focusColor,
  12. dynamic borderRadius,
  13. dynamic btnRadius,
  14. dynamic actionText,
  15. dynamic startCallText,
  16. dynamic endCallText,
  17. dynamic expandText,
  18. dynamic listeningText,
  19. dynamic speakingText,
  20. dynamic shareablePageText,
  21. bool? shareablePageShowTerms,
  22. dynamic termsText,
  23. dynamic termsHtml,
  24. dynamic termsKey,
  25. dynamic showAvatarWhenCollapsed,
  26. bool? disableBanner,
  27. dynamic overrideLink,
  28. bool? micMutingEnabled,
  29. bool? transcriptEnabled,
  30. bool? textInputEnabled,
  31. WidgetTextContents? textContents,
  32. bool? languageSelector,
  33. bool? supportsTextOnly,
  34. dynamic customAvatarPath,
  35. Map<String, dynamic>? languagePresets,
})

Implementation

const WidgetConfigOutput({
  this.variant,
  this.placement,
  this.expandable,
  this.avatar,
  this.feedbackMode,
  this.bgColor,
  this.textColor,
  this.btnColor,
  this.btnTextColor,
  this.borderColor,
  this.focusColor,
  this.borderRadius,
  this.btnRadius,
  this.actionText,
  this.startCallText,
  this.endCallText,
  this.expandText,
  this.listeningText,
  this.speakingText,
  this.shareablePageText,
  this.shareablePageShowTerms,
  this.termsText,
  this.termsHtml,
  this.termsKey,
  this.showAvatarWhenCollapsed,
  this.disableBanner,
  this.overrideLink,
  this.micMutingEnabled,
  this.transcriptEnabled,
  this.textInputEnabled,
  this.textContents,
  this.languageSelector,
  this.supportsTextOnly,
  this.customAvatarPath,
  this.languagePresets,
});