SIQConversationListItemTheme constructor
SIQConversationListItemTheme({
- String? backgroundColor,
- String? timerTextColor,
- String? timerIconColor,
- String? titleTextColor,
- String? subtitleTextColor,
- String? timeTextColor,
- String? openBadgeBackgroundColor,
- String? openBadgeBorderColor,
- String? openBadgeTextColor,
- String? separatorColor,
- 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();