Extra constructor
Extra({
- String? cssBody,
- String? cssHeader,
- bool? enableFormHistory,
- bool? inputAlwaysActive,
- bool? playerAlertSound,
- bool? showChatRestart,
- bool? showLaraigoLogo,
- bool? showPlatformLogo,
- bool? uploadAudio,
- bool? uploadFile,
- String? jsscript,
- bool? uploadImage,
- bool? uploadVideo,
- int? chatTextSize,
- int? chatTextWeight,
- String? iconColorActive,
- String? iconColorDisabled,
- int? inputTextSize,
- int? inputTextWeight,
- bool? withBorder,
- 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,
});