SIQLauncherUnreadBadgeTheme constructor

SIQLauncherUnreadBadgeTheme({
  1. String? backgroundColor,
  2. String? textColor,
  3. String? borderColor,
  4. double? borderWidth,
})

Implementation

SIQLauncherUnreadBadgeTheme({
  this.backgroundColor,
  this.textColor,
  this.borderColor,
  this.borderWidth,
});