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