Extra constructor

Extra({
  1. String? cssBody,
  2. String? cssHeader,
  3. bool? enableFormHistory,
  4. bool? inputAlwaysActive,
  5. bool? playerAlertSound,
  6. bool? showChatRestart,
  7. bool? uploadAudio,
  8. bool? uploadFile,
  9. String? jsscript,
  10. bool? uploadImage,
  11. bool? uploadVideo,
  12. int? chatTextSize,
  13. int? chatTextWeight,
  14. String? iconColorActive,
  15. String? iconColorDisabled,
  16. int? inputTextSize,
  17. int? inputTextWeight,
  18. bool? withBorder,
  19. bool? withHour,
})

Implementation

Extra({
  this.cssBody,
  this.cssHeader,
  this.enableFormHistory,
  this.inputAlwaysActive,
  this.playerAlertSound,
  this.showChatRestart,
  this.showLaraigoLogo,
  this.showPlatformLogo,
  this.uploadAudio,
  this.uploadFile,
  this.jsscript,
  this.uploadImage,
  this.uploadVideo,
  this.chatTextSize,
  this.chatTextWeight,
  this.iconColorActive,
  this.iconColorDisabled,
  this.inputTextSize,
  this.inputTextWeight,
  this.withBorder,
  this.withHour,
});