SIQChatInputTheme constructor

SIQChatInputTheme({
  1. String? backgroundColor,
  2. String? audioRecordHintBackgroundColor,
  3. String? audioRecordHintTextColor,
  4. String? textFieldBorderColor,
  5. String? textFieldTintColor,
  6. String? textFieldBackgroundColor,
  7. String? textFieldPlaceholderColor,
  8. String? textFieldTextColor,
  9. String? attachmentButtonBackgroundColor,
  10. String? recordButtonBackgroundColor,
  11. String? recordSoundPulseBackgroundColor,
  12. String? sendButtonBackgroundColor,
  13. String? buttonDisabledBackgroundColor,
  14. String? recordTimerBackgroundColor,
  15. String? recordTimerTextColor,
  16. String? recordTimerIndicatorColor,
  17. String? recordSlideTextColor,
  18. String? recordSlideIconColor,
  19. String? recordCancelTextColor,
  20. String? moreIconColor,
  21. String? sendIconColor,
  22. String? recordIconColor,
  23. SIQReplyViewTheme? reply,
  24. SIQReplyViewTheme? edit,
})

Implementation

SIQChatInputTheme({
  this.backgroundColor,
  this.audioRecordHintBackgroundColor,
  this.audioRecordHintTextColor,
  this.textFieldBorderColor,
  this.textFieldTintColor,
  this.textFieldBackgroundColor,
  this.textFieldPlaceholderColor,
  this.textFieldTextColor,
  this.attachmentButtonBackgroundColor,
  this.recordButtonBackgroundColor,
  this.recordSoundPulseBackgroundColor,
  this.sendButtonBackgroundColor,
  this.buttonDisabledBackgroundColor,
  this.recordTimerBackgroundColor,
  this.recordTimerTextColor,
  this.recordTimerIndicatorColor,
  this.recordSlideTextColor,
  this.recordSlideIconColor,
  this.recordCancelTextColor,
  this.moreIconColor,
  this.sendIconColor,
  this.recordIconColor,
  SIQReplyViewTheme? reply,
  SIQReplyViewTheme? edit,
})  : reply = reply ?? SIQReplyViewTheme(),
      edit = edit ?? SIQReplyViewTheme();