RCKUnreadBadgeConfig constructor
RCKUnreadBadgeConfig({})
Implementation
RCKUnreadBadgeConfig({
Color? backgroundColor,
Color? muteBackgroundColor,
this.textColor = convoItemTextColor,
this.fontSize = convoUnreadFontSize,
this.position = BadgePosition.itemRight,
this.width = 42.0,
this.height = 21.0,
this.overflowText = '99+',
}) : backgroundColor = backgroundColor ??
RCKThemeProvider().themeColor.notice ??
const Color(0xFFFF0000),
muteBackgroundColor = muteBackgroundColor ??
RCKThemeProvider().themeColor.textAuxiliary ??
const Color(0xFFE3F2FD);