AvatarView constructor
const
AvatarView({})
Implementation
const AvatarView(
{Key? key,
this.avatarType = AvatarType.CIRCLE,
this.isOnlyText = false,
this.radius = 50,
this.borderWidth = 0,
this.borderColor,
this.backgroundColor,
this.foregroundColor,
this.imagePath = "",
this.text,
this.onTap,
this.placeHolder,
this.errorWidget})
: super(key: key);