Avatar constructor
const
Avatar({})
Implementation
const Avatar(
{super.key,
this.avatarPath,
this.defaultAvatarPath,
this.isAvatarShow = true,
this.avatarSize,
this.avatarColor,
this.avatarTap,
this.customAvatarWidget});