ZetaAvatarBadge constructor

const ZetaAvatarBadge(
  1. {Key? key,
  2. Color? color,
  3. ZetaAvatarBadgeType type = ZetaAvatarBadgeType.notification,
  4. IconData? icon,
  5. int? value,
  6. Color? iconColor}
)

Constructor for ZetaAvatarBadge

Implementation

const ZetaAvatarBadge({
  super.key,
  this.color,
  this.type = ZetaAvatarBadgeType.notification,
  this.icon,
  this.value,
  this.iconColor,
}) : size = ZetaAvatarSize.xxxl;