ArcaneAvatar constructor
const
ArcaneAvatar({
- String? imageUrl,
- String? initials,
- AvatarSize size = AvatarSize.md,
- AvatarShape shape = AvatarShape.circle,
- String? borderColor,
- bool showStatus = false,
- String? statusColor,
- void onTap()?,
- Key? key,
Implementation
const ArcaneAvatar({
this.imageUrl,
this.initials,
this.size = AvatarSize.md,
this.shape = AvatarShape.circle,
this.borderColor,
this.showStatus = false,
this.statusColor,
this.onTap,
super.key,
});