CustomUserAvatar constructor
const
CustomUserAvatar({})
Implementation
const CustomUserAvatar({
required this.imageUrl,
this.size = 120,
this.borderWidth = 3,
this.borderColor,
this.onTap,
this.hasShadow = true,
super.key,
});