SIQInputCardTheme constructor

SIQInputCardTheme({
  1. String? titleColor,
  2. String? textFieldTextColor,
  3. String? textFieldBackgroundColor,
  4. String? textFieldPlaceholderColor,
  5. String? sendButtonBackgroundColor,
  6. String? sendButtonIconColor,
  7. String? separatorColor,
})

Implementation

SIQInputCardTheme({
  this.titleColor,
  this.textFieldTextColor,
  this.textFieldBackgroundColor,
  this.textFieldPlaceholderColor,
  this.sendButtonBackgroundColor,
  this.sendButtonIconColor,
  this.separatorColor,
});