ChatConfig constructor
ChatConfig({
- int imageMaxCount = 9,
- String? inputBoxHintText,
- String? failedToSendText,
- String? photoPermissionDeniedText,
- String? photoPermissionDeniedButtonText,
- LoadingIndicatorType loadingIndicatorType = LoadingIndicatorType.sendBtnLoading,
- bool showUnreadCount = false,
- MessageAlignment messageAlignment = MessageAlignment.center,
The constructor of the chat config.
Implementation
ChatConfig({
this.imageMaxCount = 9,
this.inputBoxHintText,
this.failedToSendText,
this.photoPermissionDeniedText,
this.photoPermissionDeniedButtonText,
this.loadingIndicatorType = LoadingIndicatorType.sendBtnLoading,
this.showUnreadCount = false,
this.messageAlignment = MessageAlignment.center,
});