SIQConversationListItemTheme constructor

SIQConversationListItemTheme({
  1. String? backgroundColor,
  2. String? timerTextColor,
  3. String? timerIconColor,
  4. String? titleTextColor,
  5. String? subtitleTextColor,
  6. String? timeTextColor,
  7. String? openBadgeBackgroundColor,
  8. String? openBadgeBorderColor,
  9. String? openBadgeTextColor,
  10. String? separatorColor,
  11. SIQLauncherUnreadBadgeTheme? unreadBadge,
})

Implementation

SIQConversationListItemTheme({
  this.backgroundColor,
  this.timerTextColor,
  this.timerIconColor,
  this.titleTextColor,
  this.subtitleTextColor,
  this.timeTextColor,
  this.openBadgeBackgroundColor,
  this.openBadgeBorderColor,
  this.openBadgeTextColor,
  this.separatorColor,
  SIQLauncherUnreadBadgeTheme? unreadBadge,
}) : unreadBadge = unreadBadge ?? SIQLauncherUnreadBadgeTheme();