AuiAvatar constructor
const
AuiAvatar({})
Creates an AuiAvatar.
Implementation
const AuiAvatar({
super.key,
this.imageUrl,
this.name,
this.size = 40.0,
this.backgroundColor,
this.foregroundColor,
this.shape = AvatarShape.circle,
this.badge,
this.onTap,
this.borderColor,
this.borderWidth = 0,
});