SendMessageConfiguration constructor
const
SendMessageConfiguration({
- TextFieldConfiguration? textFieldConfig,
- Color? textFieldBackgroundColor,
- ImagePickerIconsConfiguration? imagePickerIconsConfig,
- ImagePickerConfiguration? imagePickerConfiguration,
- Color? defaultSendButtonColor,
- Widget? sendButtonIcon,
- Color? replyDialogColor,
- Color? replyTitleColor,
- Color? replyMessageColor,
- Color? closeIconColor,
- bool allowRecordingVoice = true,
- bool enableCameraImagePicker = true,
- bool enableGalleryImagePicker = true,
- VoiceRecordingConfiguration? voiceRecordingConfiguration,
- Color? micIconColor,
- CancelRecordConfiguration? cancelRecordConfiguration,
Implementation
const SendMessageConfiguration({
this.textFieldConfig,
this.textFieldBackgroundColor,
this.imagePickerIconsConfig,
this.imagePickerConfiguration,
this.defaultSendButtonColor,
this.sendButtonIcon,
this.replyDialogColor,
this.replyTitleColor,
this.replyMessageColor,
this.closeIconColor,
this.allowRecordingVoice = true,
this.enableCameraImagePicker = true,
this.enableGalleryImagePicker = true,
this.voiceRecordingConfiguration,
this.micIconColor,
this.cancelRecordConfiguration,
});