SIQChatInputTheme constructor
SIQChatInputTheme({
- String? backgroundColor,
- String? audioRecordHintBackgroundColor,
- String? audioRecordHintTextColor,
- String? textFieldBorderColor,
- String? textFieldTintColor,
- String? textFieldBackgroundColor,
- String? textFieldPlaceholderColor,
- String? textFieldTextColor,
- String? attachmentButtonBackgroundColor,
- String? recordButtonBackgroundColor,
- String? recordSoundPulseBackgroundColor,
- String? sendButtonBackgroundColor,
- String? buttonDisabledBackgroundColor,
- String? recordTimerBackgroundColor,
- String? recordTimerTextColor,
- String? recordTimerIndicatorColor,
- String? recordSlideTextColor,
- String? recordSlideIconColor,
- String? recordCancelTextColor,
- String? moreIconColor,
- String? sendIconColor,
- String? recordIconColor,
- SIQReplyViewTheme? reply,
- 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();