SubZeroAvatar constructor
const
SubZeroAvatar({})
Creates a SubZero avatar component.
Priority order for display:
imageUrl(if provided and loads successfully)initials(if provided)iconor default person icon
Implementation
const SubZeroAvatar({
super.key,
this.imageUrl,
this.initials,
this.icon,
this.size = SubZeroAvatarSize.m,
this.semanticLabel,
this.backgroundColor,
this.foregroundColor,
});