@override Component get avatar => ArcaneAvatar( imageUrl: imageUrl, initials: initials ?? name.substring(0, 2).toUpperCase(), size: AvatarSize.sm, );