ArcaneAvatar.rounded constructor

const ArcaneAvatar.rounded({
  1. String? imageUrl,
  2. String? initials,
  3. AvatarSize size = AvatarSize.md,
  4. String? borderColor,
  5. bool showStatus = false,
  6. String? statusColor,
  7. void onTap()?,
  8. Key? key,
})

Implementation

const ArcaneAvatar.rounded({
  this.imageUrl,
  this.initials,
  this.size = AvatarSize.md,
  this.borderColor,
  this.showStatus = false,
  this.statusColor,
  this.onTap,
  super.key,
}) : shape = AvatarShape.rounded;