SIQReplyViewTheme constructor

SIQReplyViewTheme({
  1. String? backgroundColor,
  2. String? titleColor,
  3. String? subtitleColor,
  4. String? verticalLine,
  5. String? messageTypeIconColor,
  6. String? closeButton,
})

Implementation

SIQReplyViewTheme({
  this.backgroundColor,
  this.titleColor,
  this.subtitleColor,
  this.verticalLine,
  this.messageTypeIconColor,
  this.closeButton,
});