ZetaNotificationBadge.avatar constructor

const ZetaNotificationBadge.avatar(
  1. {Key? key,
  2. required ZetaAvatar? avatar}
)

Constructs a notification badge with an avatar.

Implementation

const ZetaNotificationBadge.avatar({
  super.key,
  required this.avatar,
})  : icon = null,
      iconColor = null,
      image = null;