ZetaNotificationBadge.avatar constructor
- Key? key,
- 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;