ZetaAvatarBadge.notification constructor

const ZetaAvatarBadge.notification(
  1. {Key? key,
  2. int? value}
)

Constructs ZetaAvatarBadge with notifications

Implementation

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