SIQArticleMessageTheme constructor

SIQArticleMessageTheme({
  1. String? cardTitleColor,
  2. String? articleTitleColor,
  3. String? authorTextColor,
  4. String? backgroundColor,
})

Implementation

SIQArticleMessageTheme({
  this.cardTitleColor,
  this.articleTitleColor,
  this.authorTextColor,
  this.backgroundColor,
});