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