SendMessageConfiguration constructor

const SendMessageConfiguration({
  1. TextFieldConfiguration? textFieldConfig,
  2. Color? textFieldBackgroundColor,
  3. ImagePickerIconsConfiguration? imagePickerIconsConfig,
  4. ImagePickerConfiguration? imagePickerConfiguration,
  5. Color? defaultSendButtonColor,
  6. Widget? sendButtonIcon,
  7. Color? replyDialogColor,
  8. Color? replyTitleColor,
  9. Color? replyMessageColor,
  10. Color? closeIconColor,
  11. bool allowRecordingVoice = true,
  12. bool enableCameraImagePicker = true,
  13. bool enableGalleryImagePicker = true,
  14. VoiceRecordingConfiguration? voiceRecordingConfiguration,
  15. Color? micIconColor,
})

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,
});