SIQChatScrollButtonTheme constructor

SIQChatScrollButtonTheme({
  1. String? iconColor,
  2. String? backgroundColor,
  3. SIQLauncherUnreadBadgeTheme? unreadBadge,
})

Implementation

SIQChatScrollButtonTheme({
  this.iconColor,
  this.backgroundColor,
  SIQLauncherUnreadBadgeTheme? unreadBadge,
}) : unreadBadge = unreadBadge ?? SIQLauncherUnreadBadgeTheme();