ProfileAvatar constructor
const
ProfileAvatar({})
Implementation
const ProfileAvatar({
super.key,
required this.size,
required this.borderColor,
this.borderWidth = 2.0,
this.profileImagePath,
this.userName,
this.status,
});