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